summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-111-0/+6
* signal: Extend exec_id to 64bitsEric W. Biederman2020-06-111-2/+2
* scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2020-06-111-1/+0
* USB: serial: ir-usb: fix link-speed handlingJohan Hovold2020-05-221-1/+12
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-221-9/+4
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-221-0/+2
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-221-0/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-04-282-7/+11
* media: fix media devnode ioctl/syscall and unregister raceShuah Khan2020-04-281-0/+14
* media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab2020-04-282-5/+10
* media-devnode: fix namespace messMauro Carvalho Chehab2020-04-281-5/+5
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-04-281-8/+11
* chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2020-04-281-0/+5
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-281-2/+3
* blktrace: Protect q->blk_trace with RCUJan Kara2020-04-282-2/+6
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2020-04-281-0/+2
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-04-281-4/+4
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-04-281-1/+1
* macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet2020-04-281-0/+8
* kobject: Export kobject_get_unless_zero()Jan Kara2020-04-281-0/+2
* USB: core: add endpoint-blacklist quirkJohan Hovold2020-04-281-0/+3
* mod_devicetable: fix PHY module formatRussell King2020-04-281-2/+2
* neighbour: remove neigh_cleanup() methodEric Dumazet2020-04-281-1/+0
* quota: fix wrong condition in is_quota_modification()Chao Yu2020-04-281-1/+1
* cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2020-04-281-0/+11
* inet: protect against too small mtu values.Eric Dumazet2020-02-112-0/+10
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2020-02-111-3/+3
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2020-02-112-1/+13
* tcp: syncookies: extend validity rangeEric Dumazet2020-02-111-14/+24
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2020-02-111-2/+4
* futex: Prevent robust futex exit raceYang Tao2020-02-111-1/+6
* regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold2020-02-111-2/+0
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2020-02-111-1/+0
* jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2020-02-111-2/+2
* quota: Check that quota is not dirty before releaseDmitry Monakhov2020-02-111-0/+10
* suspend: simplify block I/O handlingChristoph Hellwig2020-01-111-1/+0
* asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland2020-01-111-6/+6
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2020-01-111-5/+0
* netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-12-191-1/+2
* USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-12-191-0/+10
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-12-192-3/+30
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-12-191-0/+1
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-12-191-0/+1
* hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar2019-12-191-0/+2
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-101-1/+1
* cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-12-101-0/+53
* ASoC: Define a set of DAPM pre/post-up eventsOleksandr Suvorov2019-12-101-0/+2
* asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-11-221-30/+20
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-11-221-2/+2
* ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-11-221-4/+1