summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-17softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not setDirk Behme
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long
2021-03-17locking/rwsem: Fix comment typoBhaskar Chowdhury
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-16perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-03-16perf core: Allocate perf_event in the target node memoryNamhyung Kim
2021-03-16perf core: Add a kmem_cache for struct perf_eventNamhyung Kim
2021-03-16perf core: Allocate perf_buffer in the target node memoryNamhyung Kim
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun
2021-03-16kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-03-16genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski
2021-03-16tasklet: Remove tasklet_kill_immediateDavidlohr Bueso
2021-03-15rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possibleFrederic Weisbecker
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker
2021-03-15rcu/nocb: Disable bypass when CPU isn't completely offloadedFrederic Weisbecker
2021-03-15rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2021-03-15rcu: Make nocb_nobypass_lim_per_jiffy staticJiapeng Chong
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim
2021-03-15rcu: Add explicit barrier() to __rcu_read_unlock()Paul E. McKenney
2021-03-15softirq: Don't try waking ksoftirqd before it has been spawnedPaul E. McKenney
2021-03-15kernel/irq: export irq_gc_set_wakeJianqun Xu
2021-03-15dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig
2021-03-15dma-mapping: refactor dma_{alloc,free}_pagesChristoph Hellwig
2021-03-15dma-mapping: add a dma_mmap_pages helperChristoph Hellwig
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-14Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-14Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-13mm/fork: clear PASID for new mmFenghua Yu
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe
2021-03-12kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezingJens Axboe
2021-03-12audit: further cleanup of AUDIT_FILTER_ENTRY deprecationRichard Guy Briggs
2021-03-12Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-11kernel/futex: Explicitly document pi_lock for pi_state owner fixupDavidlohr Bueso
2021-03-11kernel/futex: Move hb unlock out of unqueue_me_pi()Davidlohr Bueso
2021-03-11kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner()Davidlohr Bueso
2021-03-11kernel/futex: Kill rt_mutex_next_owner()Davidlohr Bueso
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe