summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-171-1/+1
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+1
* lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2021-10-091-7/+6
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-10-091-0/+1
* net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-10-091-0/+3
* cred: allow get_cred() and put_cred() to be given NULL.NeilBrown2021-10-061-5/+9
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-0/+2
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-10-061-0/+2
* drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-261-18/+0
* KVM: remember position in kvm->vcpus arrayRadim Krčmář2021-09-261-8/+3
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-0/+2
* PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-09-221-2/+3
* 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
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-0/+1
* crypto: public_key: fix overflow during implicit conversionzhenwei pi2021-09-221-2/+2
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-221-0/+1
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-221-0/+8
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-09-221-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-221-0/+15
* bpf/verifier: per-register parent pointersEdward Cree2021-09-221-5/+3
* include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko2021-09-221-10/+19
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-09-222-0/+7
* power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak2021-09-221-1/+1
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2021-09-221-0/+2
* net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-09-031-0/+4
* once: Fix panic when module unloadKefeng Wang2021-09-031-2/+2
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-09-031-0/+24
* vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-261-0/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-262-1/+2
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-261-0/+2
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-261-1/+1
* psample: Add a fwd declaration for skbuffRoi Dayan2021-08-261-0/+2
* usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-08-121-0/+1
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-121-0/+1
* net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart2021-08-121-1/+1
* padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan2021-08-081-2/+4
* padata: validate cpumask without removed CPU during offlineDaniel Jordan2021-08-081-0/+1
* bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2021-08-081-0/+1
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-081-4/+4
* bdi: move bdi_dev_name out of lineChristoph Hellwig2021-08-081-8/+1
* regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-08-081-2/+2
* net: llc: fix skb_over_panicPavel Skripkin2021-08-041-8/+23
* gro: ensure frag0 meets IP header alignmentEric Dumazet2021-08-041-0/+9
* virtio_net: Do not pull payload in skb->headEric Dumazet2021-08-041-5/+9
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-3/+1
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net: split out functions related to registering inflight socket filesJens Axboe2021-07-311-0/+1
* drm: Return -ENOTTY for non-drm ioctlsCharles Baylis2021-07-281-0/+1