summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-0/+3
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-111-0/+17
* uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli2019-08-062-13/+11
* coda: fix build using bare-metal toolchainSam Protsenko2019-08-061-2/+1
* ACPI: fix false-positive -Wuninitialized warningArnd Bergmann2019-08-061-1/+4
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-2/+2
* tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh2019-08-041-5/+6
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-08-041-1/+6
* elevator: fix truncation of icq_cache_nameEric Biggers2019-08-041-1/+1
* rcu: Force inlining of rcu_read_lock()Waiman Long2019-08-041-1/+1
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-211-1/+10
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-103-1/+20
* swiotlb: Make linux/swiotlb.h standalone includibleThierry Reding2019-07-101-0/+3
* net: check before dereferencing netdev_ops during busy pollJosh Elsasser2019-07-101-1/+1
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-101-0/+3
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-06-221-0/+21
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-221-2/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-3/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-221-5/+0
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-172-0/+5
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-0/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-0/+4
* rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-111-4/+2
* usb: gadget: fix request length error for isoc transferPeter Chen2019-06-111-1/+3
* userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2019-06-111-1/+6
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-06-111-0/+30
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-111-0/+1
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-06-111-8/+8
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-111-3/+7
* HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-06-111-0/+1
* iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-06-111-0/+1
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-06-111-1/+1
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-06-111-3/+1
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-06-111-1/+1
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-06-111-2/+2
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-06-111-0/+1
* mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss2019-06-111-3/+3
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-161-0/+17
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-161-0/+2
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2019-05-162-0/+10
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-161-0/+2
* sched: Add sched_smt_active()Ben Hutchings2019-05-161-0/+18
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-161-2/+19
* locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2019-05-162-21/+27
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2019-05-161-2/+3
* locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck2019-05-161-0/+6
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2019-05-161-0/+1