summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-29asm-generic: make copy_from_user() zero the destination properlyAl Viro
2016-09-29asm-generic: make get_user() clear the destination on errorsAl Viro
2016-09-29bonding: Fix bonding crashMahesh Bandewar
2016-09-29tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-09-21Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov
2016-09-21usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman
2016-09-21PCI: Add Netronome NFP4000 PF device IDSimon Horman
2016-09-21PCI: Add Netronome vendor and device IDsJason S. McMullan
2016-08-19IB/mlx5: Fix post send fence logicEli Cohen
2016-08-19IB/mlx5: Fix MODIFY_QP command input structureArtemy Kovalyov
2016-08-19random32: add prandom_u32_max and convert open coded usersDaniel Borkmann
2016-08-19netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-21printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-07-21USB: EHCI: declare hostpc register as zero-length arrayAlan Stern
2016-07-21netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-21netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-21netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-21netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-21netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-06-23PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi
2016-05-31IB/security: Restrict use of the write() interfaceJason Gunthorpe
2016-05-13mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2016-05-11x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster
2016-05-11compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini
2016-05-03cpuset: Fix potential deadlock w/ set_mems_allowedJohn Stultz
2016-05-03include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov
2016-04-23crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan
2016-04-21pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-04-11tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-11fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-11PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-11net/ipv6: fix DEVCONF_ constantsJiri Slaby
2016-04-11ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-04-11xen: Add RING_COPY_REQUEST()David Vrabel
2016-04-11locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra
2016-04-11kernel: make READ_ONCE() valid on const argumentsLinus Torvalds
2016-04-11kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger
2016-03-30kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger
2016-03-14modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-03-14efi: Make efivarfs entries immutable by defaultPeter Jones
2016-03-14efi: Make our variable validation list include the guidPeter Jones
2016-03-14efi: Do variable name validation tests in utf8Peter Jones
2016-03-14lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones
2016-03-14tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)
2016-03-07libata: Align ata_device's id on a cachelineHarvey Hunt
2016-03-07libata: fix HDIO_GET_32BIT ioctlArnd Bergmann
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-07unix: properly account for FDs passed over unix socketswilly tarreau
2016-03-03nfs: fix nfs_size_to_loff_tChristoph Hellwig