summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2016-09-072-11/+19
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-09-071-0/+1
* PCI: Add Netronome NFP4000 PF device IDSimon Horman2016-09-071-0/+1
* PCI: Add Netronome vendor and device IDsJason S. McMullan2016-09-071-0/+6
* target: Fix max_unmap_lba_count calc overflowMike Christie2016-08-201-1/+1
* IB/mlx5: Fix post send fence logicEli Cohen2016-08-201-0/+1
* IB/mlx5: Fix MODIFY_QP command input structureArtemy Kovalyov2016-08-201-2/+2
* IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-08-161-0/+16
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-08-161-0/+1
* USB: EHCI: declare hostpc register as zero-length arrayAlan Stern2016-07-271-2/+2
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-241-0/+3
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-06-241-1/+1
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-06-241-2/+2
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-06-241-0/+3
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-06-241-0/+4
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-06-242-0/+5
* x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster2016-05-111-0/+8
* compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini2016-05-111-1/+1
* compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches2016-05-114-181/+116
* include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-05-041-2/+2
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-121-3/+3
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-121-1/+1
* PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-04-121-0/+1
* Revert: "crypto: af_alg - Disallow bind/setkey/... after accept(2)"Greg Kroah-Hartman2016-03-161-3/+5
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-03-161-8/+9
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-03-161-0/+2
* efi: Make our variable validation list include the guidPeter Jones2016-03-161-1/+2
* efi: Do variable name validation tests in utf8Peter Jones2016-03-161-2/+4
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-03-161-0/+4
* tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)2016-03-161-8/+9
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-03-091-0/+4
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-03-091-0/+2
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2016-03-092-0/+2
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2016-03-091-1/+1
* libata: Align ata_device's id on a cachelineHarvey Hunt2016-03-091-1/+1
* libata: fix HDIO_GET_32BIT ioctlArnd Bergmann2016-03-091-2/+2
* nfs: fix nfs_size_to_loff_tChristoph Hellwig2016-03-031-3/+1
* cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao2016-03-031-2/+3
* ses: fix additional element traversal bugJames Bottomley2016-03-031-0/+4
* target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2016-03-031-1/+1
* lockd: create NSM handles per net namespaceAndrey Ryabinin2016-03-031-3/+6
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-032-2/+3
* tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)2016-03-031-0/+6
* radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov2016-02-251-3/+3
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-251-0/+16
* tracing: Fix freak link error caused by branch tracerArnd Bergmann2016-02-251-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-251-1/+23
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-251-0/+4
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-171-5/+3
* kernel/signal.c: unexport sigsuspend()Richard Weinberger2016-02-171-1/+0