summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+6
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-081-0/+2
* usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-09-081-0/+5
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-081-2/+4
* io_uring: disable polling pollfree filesPavel Begunkov2022-09-051-0/+1
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-2/+5
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+8
* net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-09-052-21/+50
* asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-311-2/+5
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-311-0/+9
* net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima2022-08-311-3/+8
* net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-08-311-4/+4
* netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-311-0/+5
* netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-311-2/+2
* netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-08-311-0/+9
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-311-4/+0
* kernel/sched: Remove dl_boosted flag commentHui Su2022-08-311-4/+0
* ALSA: control: Use deferred fasync helperTakashi Iwai2022-08-251-1/+1
* ALSA: core: Add async signal helpersTakashi Iwai2022-08-251-0/+8
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-0/+2
* uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker2022-08-251-2/+4
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2022-08-251-0/+27
* locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-251-6/+0
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-211-1/+27
* tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)2022-08-211-3/+5
* tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen2022-08-211-1/+1
* ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki2022-08-211-1/+1
* PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo2022-08-212-0/+8
* mtd: rawnand: Add NV-DDR timingsMiquel Raynal2022-08-211-0/+112
* mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal2022-08-211-1/+10
* spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins2022-08-211-6/+6
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-211-1/+1
* mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2022-08-211-1/+0
* kfifo: fix kfifo_to_user() return typeDan Carpenter2022-08-211-1/+1
* vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe2022-08-211-0/+16
* netfilter: xtables: Bring SPDX identifier backThomas Gleixner2022-08-211-16/+1
* net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-08-213-20/+17
* tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-08-212-3/+3
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-08-211-9/+19
* tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet2022-08-211-2/+3
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-08-212-22/+16
* can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol2022-08-211-1/+4
* lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski2022-08-211-0/+8
* lib: bitmap: order includes alphabeticallyBartosz Golaszewski2022-08-211-2/+2
* net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet2022-08-211-4/+8
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2022-08-212-21/+14
* locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra2022-08-211-13/+17
* wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli2022-08-211-4/+5