summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+4
2017-02-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-4/+3
2017-02-14cpumask: use nr_cpumask_bits for parsing functionsTejun Heo1-4/+4
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-1/+2
2017-02-09percpu-refcount: fix reference leak during percpu-atomic transitionDouglas Miller1-2/+2
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+6
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee1-0/+1
2017-02-01nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever1-1/+2
2017-01-19jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+5
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-2/+7
2017-01-12cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-0/+1
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman3-1/+2
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+1
2016-12-15hotplug: Make register and unregister notifier API symmetricMichal Hocko1-11/+4
2016-12-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-12-08PCI: Export pcie_find_root_portJohannes Thumshirn1-0/+14
2016-12-08kasan: update kasan_global for gcc 7Dmitry Vyukov1-1/+3
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-0/+1
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+5
2016-11-15net: add recursion limit to GROSabrina Dubroca1-1/+39
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2016-11-10pwm: Unexport children before chip removalDavid Hsu1-0/+5
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-2/+2
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+1
2016-10-28irqchip/gic-v3-its: Fix entry size mask for GITS_BASERVladimir Murzin1-1/+1
2016-10-28Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds1-2/+2
2016-10-28mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-0/+2
2016-10-28lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVMJens Axboe1-57/+64
2016-10-28ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-0/+1
2016-10-28lib: move strtobool() to kstrtobool()Kees Cook2-1/+7
2016-10-28PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()Lin Huang1-5/+0
2016-10-22vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi1-0/+1
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-16mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter1-2/+2
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-0/+2
2016-10-07nvmem: Declare nvmem_cell_read() consistentlyGuenter Roeck1-1/+1
2016-10-07can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-09-30fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-09-30fanotify: fix list corruption in fanotify_get_response()Jan Kara1-3/+0
2016-09-30fsnotify: add a way to stop queueing events on group shutdownJan Kara1-0/+3
2016-09-30net: smc91x: fix SMC accessesRussell King1-0/+10
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-0/+1
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-18/+18
2016-09-24fix iov_iter_fault_in_readable()Al Viro1-1/+1
2016-09-24genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon1-0/+10
2016-09-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann1-6/+5
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann1-1/+1
2016-09-24iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R1-4/+4
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik1-0/+1