summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2022-01-271-0/+2
* ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf2022-01-271-2/+8
* HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis2022-01-271-0/+2
* uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin2022-01-051-2/+2
* nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski2022-01-051-1/+1
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* tee: handle lookup of shm with reference count 0Jens Wiklander2022-01-051-2/+2
* net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn2021-12-291-0/+3
* net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn2021-12-291-2/+20
* aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-141-1/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+26
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* net: sched: add helper function to take reference to QdiscVlad Buslov2021-12-141-0/+13
* net: sched: extend Qdisc with rcuVlad Buslov2021-12-143-0/+8
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2021-12-141-1/+1
* net: core: netlink: add helper refcount dec and lock functionVlad Buslov2021-12-141-0/+2
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-141-0/+5
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-6/+13
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-10/+4
* fs: add fget_many() and fput_many()Jens Axboe2021-12-082-1/+5
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+2
* of: clk: Make <linux/of_clk.h> self-containedGeert Uytterhoeven2021-12-081-0/+3
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-12-082-1/+16
* xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross2021-12-011-135/+158
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-011-0/+1
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-0/+2
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-261-1/+1
* net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies2021-11-261-1/+6
* f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-11-261-6/+6
* scsi: target: Fix ordered tag handlingMike Christie2021-11-261-2/+4
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-261-0/+2
* PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-11-261-0/+6
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-261-1/+3
* rpmsg: Fix rpmsg_create_ept return when RPMSG config is not definedArnaud Pouliquen2021-11-261-1/+1
* task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller2021-11-261-0/+4
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-261-0/+4
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-261-0/+2
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-261-0/+1
* libata: fix read log timeout valueDamien Le Moal2021-11-261-1/+1
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-262-28/+28
* arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2021-11-061-0/+13
* elfcore: correct reference to CONFIG_UMLLukas Bulwahn2021-10-271-1/+1
* 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