summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-151-2/+7
* locking/local_lock: Add missing owner initializationThomas Gleixner2021-09-151-19/+23
* locking/lockdep: Mark local_lock_tPeter Zijlstra2021-09-153-8/+30
* PM: EM: Increase energy calculation precisionLukasz Luba2021-09-151-0/+16
* net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy2021-09-151-1/+2
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-09-151-0/+16
* power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak2021-09-151-1/+1
* hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-09-151-5/+0
* net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap2021-09-121-2/+2
* new helper: inode_wrong_type()Al Viro2021-09-081-0/+5
* spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko2021-09-081-2/+2
* Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman2021-09-082-6/+0
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-09-081-0/+7
* bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-09-031-2/+2
* net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-09-031-0/+4
* srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-09-033-0/+6
* srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-09-031-3/+3
* pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds2021-09-031-0/+2
* net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2021-09-031-0/+1
* once: Fix panic when module unloadKefeng Wang2021-09-031-2/+2
* bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-09-032-12/+60
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-261-14/+15
* soc / drm: mediatek: Move DDP component defines into mtk-mmsys.hYongqiang Niu2021-08-261-0/+33
* virtio: Protect vqs list accessParav Pandit2021-08-261-0/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-182-1/+2
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-181-0/+2
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-181-1/+1
* net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-181-2/+1
* mm: make zone_to_nid() and zone_set_nid() available for DISCONTIGMEMMike Rapoport2021-08-151-2/+2
* bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-151-0/+1
* tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-08-151-0/+1
* tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-08-121-0/+1
* usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-08-121-0/+1
* regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-08-081-2/+2
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-08-041-0/+1
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-08-041-0/+8
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-08-041-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-08-041-0/+15
* skmsg: Make sk_psock_destroy() staticCong Wang2021-08-041-1/+0
* bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-08-041-0/+1
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-0/+1
* memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-281-2/+2
* net: add kcov handle to skb extensionsAleksandr Nogikh2021-07-281-0/+33
* bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-251-0/+1
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-07-252-1/+3
* Revert "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman2021-07-251-9/+0
* x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-07-201-7/+12
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+1
* kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-203-1/+24
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1