aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2019-09-16coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-09-16x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov
2019-09-16cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo
2019-09-16pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2019-09-12rcu: locking and unlocking need to always be at least barriersLinus Torvalds
2019-09-12of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand
2019-09-12memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-09-12include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes
2019-09-12inet: switch IP ID generator to siphashEric Dumazet
2019-08-17HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne
2019-08-17iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen
2019-08-17cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-08-17block: fix use-after-free on gendiskYufen Yu
2019-08-02bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-08-02tcp: limit payload size of sacked skbsEric Dumazet
2019-08-02smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior
2019-08-02x86/modules: Avoid breaking W^X while loading modulesNadav Amit
2019-08-02acct_on(): don't mess with freeze protectionAl Viro
2019-08-02bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-08-02bio: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-08-02bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-08-02bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-08-02PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje
2019-08-02of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran
2019-08-02dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-08-02net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn
2019-05-30jbd2: fix potential double freeChengguang Xu
2019-05-30mfd: max77620: Fix swapped FPS_PERIOD_MAX_US valuesDmitry Osipenko
2019-05-30mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss
2019-05-30hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-05-30link-lists: add list_cut_beforeEdward Cree
2019-05-30KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-05-30x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan
2019-05-30bfq: update internal depth state when queue depth changesJens Axboe
2019-05-30linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn
2019-05-23fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-05-23USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-05-23i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus
2019-05-23ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-05-23fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-23mm: add 'try_get_page()' helper functionLinus Torvalds
2019-05-23mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-05-23include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson
2019-05-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker
2019-05-15tracing: Fix buffer_ref pipe opsJann Horn
2019-05-15x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-05-15coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf