summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-301-0/+2
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2021-09-301-0/+2
* drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-261-18/+0
* thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann2021-09-261-2/+3
* KVM: remember position in kvm->vcpus arrayRadim Krčmář2021-09-261-8/+3
* PCI/ACPI: Add Ampere Altra SOC MCFG quirkTuan Phan2021-09-261-0/+1
* PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-09-221-2/+3
* PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platformsWasim Khan2021-09-221-1/+2
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-221-2/+2
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+9
* SUNRPC: Fix potential memory corruptionTrond Myklebust2021-09-221-0/+1
* include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko2021-09-221-10/+19
* Revert "time: Handle negative seconds correctly in timespec64_to_ns()"Greg Kroah-Hartman2021-09-161-7/+2
* time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-151-2/+7
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-151-0/+1
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-151-0/+8
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-09-151-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-151-0/+15
* PM: EM: Increase energy calculation precisionLukasz Luba2021-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
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-09-121-0/+7
* net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-09-031-0/+4
* mm, oom: make the calculation of oom badness more accurateYafang Shao2021-09-031-2/+2
* once: Fix panic when module unloadKefeng Wang2021-09-031-2/+2
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-261-14/+15
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2021-08-261-2/+40
* 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
* 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
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-0/+1
* 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
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-1/+1
* power: supply: ab8500: Fix an old bugLinus Walleij2021-07-191-1/+1
* net: fix mistake path for netdev_features_stringsJian Shen2021-07-191-1/+1
* block: return the correct bvec when checking for gapsLong Li2021-07-141-8/+4
* iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-07-141-1/+1
* random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald2021-07-141-1/+1
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-141-0/+10
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-302-22/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-301-0/+3
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-301-1/+2
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-301-1/+7