summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-0/+6
2020-06-11signal: Extend exec_id to 64bitsEric W. Biederman1-2/+2
2020-06-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-1/+0
2020-05-22USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-1/+12
2020-05-22padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu1-9/+4
2020-05-22padata: ensure padata_do_serial() runs on the correct CPUMathias Krause1-0/+2
2020-05-22padata: ensure the reorder timer callback runs on the correct CPUMathias Krause1-0/+2
2020-04-28futex: Fix inode life-time issuePeter Zijlstra2-7/+11
2020-04-28media: fix media devnode ioctl/syscall and unregister raceShuah Khan1-0/+14
2020-04-28media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab2-5/+10
2020-04-28media-devnode: fix namespace messMauro Carvalho Chehab1-5/+5
2020-04-28ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-8/+11
2020-04-28chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe1-0/+5
2020-04-28net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-2/+3
2020-04-28blktrace: Protect q->blk_trace with RCUJan Kara2-2/+6
2020-04-28namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2020-04-28block: fix an integer overflow in logical block sizeMikulas Patocka1-4/+4
2020-04-28netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal1-1/+1
2020-04-28macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-0/+8
2020-04-28kobject: Export kobject_get_unless_zero()Jan Kara1-0/+2
2020-04-28USB: core: add endpoint-blacklist quirkJohan Hovold1-0/+3
2020-04-28mod_devicetable: fix PHY module formatRussell King1-2/+2
2020-04-28neighbour: remove neigh_cleanup() methodEric Dumazet1-1/+0
2020-04-28quota: fix wrong condition in is_quota_modification()Chao Yu1-1/+1
2020-04-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky1-0/+11
2020-02-11inet: protect against too small mtu values.Eric Dumazet2-0/+10
2020-02-11tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2020-02-11tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2-1/+13
2020-02-11tcp: syncookies: extend validity rangeEric Dumazet1-14/+24
2020-02-11hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner1-2/+4
2020-02-11futex: Prevent robust futex exit raceYang Tao1-1/+6
2020-02-11regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold1-2/+0
2020-02-11regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold1-1/+0
2020-02-11jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara1-2/+2
2020-02-11quota: Check that quota is not dirty before releaseDmitry Monakhov1-0/+10
2020-01-11suspend: simplify block I/O handlingChristoph Hellwig1-1/+0
2020-01-11asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland1-6/+6
2020-01-11tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-5/+0
2019-12-19netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-12-19USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern1-0/+10
2019-12-19net: fix sk_page_frag() recursion from memory reclaimTejun Heo2-3/+30
2019-12-19ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-12-19net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-12-19hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar1-0/+2
2019-12-10appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing1-1/+1
2019-12-10cfg80211: add and use strongly typed element iteration macrosJohannes Berg1-0/+53
2019-12-10ASoC: Define a set of DAPM pre/post-up eventsOleksandr Suvorov1-0/+2
2019-11-22asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-2/+2
2019-11-22ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-4/+1