summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-05-31rcu: Do a single rhp->func read in rcu_head_after_call_rcu()Neeraj Upadhyay1-2/+4
2019-05-31overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky1-3/+9
2019-05-31timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner1-0/+21
2019-05-31HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne1-0/+1
2019-05-31iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen1-0/+1
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+5
2019-05-31block: fix use-after-free on gendiskYufen Yu1-0/+1
2019-05-31smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior1-1/+1
2019-05-31x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-0/+1
2019-05-31acct_on(): don't mess with freeze protectionAl Viro1-0/+2
2019-05-31bio: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+1
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-0/+1
2019-05-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-05-25PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+2
2019-05-25RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe1-1/+0
2019-05-25of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran1-2/+2
2019-05-25dcache: sort the freeing-without-RCU-delay mess for good.Al Viro1-1/+1
2019-05-25net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn1-3/+6
2019-05-22jbd2: fix potential double freeChengguang Xu1-3/+5
2019-05-22mfd: max77620: Fix swapped FPS_PERIOD_MAX_US valuesDmitry Osipenko1-2/+2
2019-05-22mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss1-3/+3
2019-05-22hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-3/+1
2019-05-22mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams1-4/+2
2019-05-16bpf: only test gso type on gso packetsWillem de Bruijn1-2/+2
2019-05-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-05-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-1/+6
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf1-0/+24
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+2
2019-05-10nvmet: fix discover log page when offsets are usedKeith Busch1-2/+7
2019-05-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-05-10linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn1-2/+2
2019-05-08clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller1-0/+3
2019-05-08fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2019-05-08USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-2/+0
2019-05-04ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-0/+18
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-4/+6
2019-05-04mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-05-04mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-05-02net/ncsi: handle overflow when incrementing mac addressTao Ren1-0/+12
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn1-0/+1
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+1
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-0/+21
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-20include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing1-1/+1
2019-04-20x86/gart: Exclude GART aperture from kcoreKairui Song1-0/+2
2019-04-17virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-1/+1
2019-04-17mm: writeback: use exact memcg dirty countsGreg Thelen1-1/+4
2019-04-17include/linux/bitrev.h: fix constant bitrevArnd Bergmann1-23/+23