summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-31Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+1
2019-05-31acct_on(): don't mess with freeze protectionAl Viro1-0/+2
2019-05-31media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+1
2019-05-31bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-0/+1
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-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi1-1/+2
2019-05-25xfrm: clean up xfrm protocol checksCong Wang1-0/+17
2019-05-25fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-0/+2
2019-05-25PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+2
2019-05-25udlfb: introduce a rendering mutexMikulas Patocka1-0/+1
2019-05-25udlfb: fix sleeping inside spinlockMikulas Patocka1-0/+6
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-25ipv6: prevent possible fib6 leaksEric Dumazet1-1/+2
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-16nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+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-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
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-08i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus1-0/+1
2019-05-05sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-05-04ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-0/+18
2019-05-04net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel1-1/+0
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-02aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-1/+7
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing1-1/+1