aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Merge branch 'akpm-current/current'Stephen Rothwell15-65/+259
2021-09-30Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell2-2/+3
2021-09-30Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell3-3/+13
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Stephen Rothwell3-38/+80
2021-09-30Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell24-586/+509
2021-09-30Merge branch 'auto-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Stephen Rothwell19-393/+989
2021-09-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell2-24/+11
2021-09-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Stephen Rothwell1-5/+8
2021-09-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell5-106/+390
2021-09-30Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell5-5/+1
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell6-63/+150
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell4-1/+162
2021-09-30Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Stephen Rothwell2-3/+3
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/prin...Stephen Rothwell1-2/+2
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Stephen Rothwell1-0/+4
2021-09-30Merge branch 'modules-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell1-0/+2
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell3-8/+18
2021-09-29rcu: Make idle entry report expedited quiescent statesPaul E. McKenney2-2/+13
2021-09-29rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney1-1/+4
2021-09-29uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov1-0/+4
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens1-5/+8
2021-09-29kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand1-10/+19
2021-09-29kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand1-5/+20
2021-09-29kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior1-13/+17
2021-09-29kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior1-3/+3
2021-09-29kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior1-2/+2
2021-09-29kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai1-6/+3
2021-09-29proc/sysctl: make protected_* world readableJulius Hemanth Pitti1-4/+4
2021-09-29kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa1-0/+44
2021-09-29stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver1-0/+30
2021-09-29mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+23
2021-09-29mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven1-1/+0
2021-09-29workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver1-1/+1
2021-09-29lazy tlb: shoot lazies, a non-refcounting lazy tlb optionNicholas Piggin1-0/+51
2021-09-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2-5/+21
2021-09-29lazy tlb: introduce lazy mm refcount helper functionsNicholas Piggin4-17/+23
2021-09-29mm/mmap.c: fix a data race of mm->total_vmPeng Liu1-1/+1
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook3-11/+8
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2-20/+12
2021-09-28rcu: in_irq() cleanupChangbin Du2-2/+2
2021-09-28rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp loadPaul E. McKenney1-1/+1
2021-09-28rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra1-1/+1
2021-09-28rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra1-4/+4
2021-09-28rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker3-10/+8
2021-09-28rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()Frederic Weisbecker2-4/+3
2021-09-28rcu: Ignore rdp.cpu_no_qs.b.exp on premptible RCU's rcu_qs()Frederic Weisbecker1-1/+5
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-8/+18
2021-09-28module: fix clang CFI with MODULE_UNLOAD=nArnd Bergmann1-0/+2
2021-09-28Merge remote-tracking branch 'tip/irq/core' into tip-masterBorislav Petkov2-3/+11
2021-09-28Merge remote-tracking branch 'tip/sched/core' into tip-masterBorislav Petkov12-364/+842
2021-09-28Merge remote-tracking branch 'tip/locking/core' into tip-masterBorislav Petkov2-4/+4
2021-09-28Merge remote-tracking branch 'tip/locking/wwmutex' into tip-masterBorislav Petkov3-21/+131
2021-09-28Merge remote-tracking branch 'tip/objtool/core' into tip-masterBorislav Petkov1-1/+1
2021-09-28bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann1-5/+12
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer1-1/+1
2021-09-27rcu: Move rcu_needs_cpu() to tree.cPaul E. McKenney2-16/+18
2021-09-27rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney5-244/+4
2021-09-27rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCUPaul E. McKenney1-1/+6
2021-09-27srcu: Prevent redundant __srcu_read_unlock() wakeupPaul E. McKenney1-1/+1
2021-09-27rcutorture: More thoroughly test nested readersPaul E. McKenney1-23/+50
2021-09-27rcutorture: Sanitize RCUTORTURE_RDR_MASKPaul E. McKenney1-3/+4
2021-09-27rcu-tasks: Don't remove tasks with pending IPIs from holdout listPaul E. McKenney1-2/+3
2021-09-27rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-2/+6
2021-09-27sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2-2/+1
2021-09-27kernel: remove spurious blkdev.h includesChristoph Hellwig3-3/+0
2021-09-27Merge branch 'pm-sleep' into linux-nextRafael J. Wysocki2-3/+3
2021-09-27mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)1-1/+1
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+2
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2021-09-26Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2021-09-26Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-09-25Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+50
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker1-1/+2
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2-6/+2
2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson2-4/+14
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui1-1/+1
2021-09-20cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-09-20misc_cgroup: remove error log to avoid log floodChunguang Xu1-7/+0
2021-09-20misc_cgroup: introduce misc.events to count failuresChunguang Xu1-0/+24
2021-09-19audit: add filtering for io_uring recordsPaul Moore4-19/+62
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2-0/+168
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2-94/+167
2021-09-19genirq: Disable irqfixup/poll on PREEMPT_RT.Ingo Molnar1-0/+8
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+45
2021-09-18sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri1-0/+92
2021-09-18sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri1-7/+13
2021-09-18sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri1-2/+3
2021-09-18sched/fair: Optimize checking for group_asym_packingRicardo Neri1-1/+1
2021-09-18sched/topology: Introduce sched_group::flagsRicardo Neri2-3/+19
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky3-1/+58
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2-6/+2
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-1/+162
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+4
2021-09-17kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior1-8/+8
2021-09-17sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2-12/+49
2021-09-17sched: Remove unused inline function __rq_clock_broken()YueHaibing1-5/+0
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou2-3/+3
2021-09-17lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior1-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst3-21/+131
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner1-2/+2
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright1-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-44/+22
2021-09-16clocksource: Forgive repeated long-latency watchdog clocksource readsPaul E. McKenney2-14/+22
2021-09-16EXP timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker2-1/+9
2021-09-16Merge branch 'kcsan.2021.09.13b' into HEADPaul E. McKenney5-111/+183
2021-09-16Merge branches 'fixes.2021.09.16a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney6-120/+146
2021-09-16scftorture: Warn on individual scf_torture_init() error conditionsPaul E. McKenney1-5/+5
2021-09-16scftorture: Count reschedule IPIsPaul E. McKenney1-0/+1
2021-09-16scftorture: Account for weight_resched when checking for all zeroesPaul E. McKenney1-2/+2
2021-09-16scftorture: Shut down if nonsensical arguments givenPaul E. McKenney1-0/+4
2021-09-16scftorture: Allow zero weight to exclude an smp_call_function*() categoryPaul E. McKenney1-12/+12
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long1-2/+1
2021-09-15rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney1-3/+3
2021-09-15rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay1-1/+3
2021-09-15rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay1-10/+6
2021-09-15rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay1-7/+7
2021-09-15rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay1-2/+2
2021-09-15rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney1-2/+1
2021-09-15rcu-tasks: Fix s/instruction/instructions/ typo in commentPaul E. McKenney1-1/+1
2021-09-15rcu-tasks: Remove second argument of rcu_read_unlock_trace_special()Paul E. McKenney1-3/+3
2021-09-15rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney1-9/+9
2021-09-15rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney1-17/+3
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng1-2/+19
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra1-18/+26
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra1-1/+1
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-09-15sched/dl: Support schedstats for deadline sched classYafang Shao1-0/+93
2021-09-15sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao1-0/+2
2021-09-15sched/rt: Support schedstats for RT sched classYafang Shao1-0/+124
2021-09-15sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao1-0/+2
2021-09-15sched: Introduce task block time in schedstatsYafang Shao2-2/+5
2021-09-15sched: Make schedstats helpers independent of fair sched classYafang Shao3-115/+152
2021-09-15sched: Make struct sched_statistics independent of fair sched classYafang Shao7-97/+140
2021-09-15sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao1-3/+3
2021-09-15locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra1-1/+1
2021-09-15PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly1-1/+1
2021-09-15PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli1-2/+2
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-0/+128
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-2/+2
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-2/+5
2021-09-14audit: Convert to SPDX identifierCai Huoqing1-14/+1
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-44/+22
2021-09-13kcsan: selftest: Cleanup and add missing __initMarco Elver1-42/+30
2021-09-13kcsan: Move ctx to start of argument listMarco Elver1-4/+4
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver2-3/+9
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver2-13/+61
2021-09-13kcsan: Save instruction pointer for scoped accessesMarco Elver1-3/+9
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver3-38/+45
2021-09-13kcsan: test: Fix flaky test caseMarco Elver1-4/+18
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver1-4/+7
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver1-1/+1
2021-09-13rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood1-12/+36
2021-09-13rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney1-2/+2
2021-09-13rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney1-5/+5
2021-09-13refscale: Warn on individual ref_scale_init() error conditionsPaul E. McKenney1-3/+3
2021-09-13locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney1-7/+7
2021-09-13rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-15/+15
2021-09-13rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney1-1/+1
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann1-40/+10
2021-09-13rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney1-0/+14
2021-09-13rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay1-1/+1
2021-09-13rcu: Make rcu update module parameters world-readableJuri Lelli1-3/+3
2021-09-13rcu: Make rcu_normal_after_boot writable againJuri Lelli2-2/+1
2021-09-13rcu: Make rcutree_dying_cpu() use its "cpu" parameterPaul E. McKenney1-1/+1
2021-09-13rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()Paul E. McKenney1-3/+1
2021-09-13rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()Paul E. McKenney1-1/+1
2021-09-13rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operationsPaul E. McKenney1-0/+2
2021-09-13rcu: Fix undefined Kconfig macrosZhouyi Zhou1-1/+1
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqpPaul E. McKenney1-5/+3
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqpPaul E. McKenney1-4/+2
2021-09-13rcu-nocb: Fix a couple of tree_nocb code-style nitsPaul E. McKenney1-1/+1
2021-09-13rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney1-5/+5
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko1-5/+2
2021-09-13audit: rename struct node to struct audit_node to prevent future name collisionsChristophe Leroy1-10/+10
2021-09-13cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long1-27/+29
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu2-1/+32
2021-09-13perf: Enable branch record for software eventsSong Liu1-0/+2
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz1-1/+2
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-84/+118
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-19/+18
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song1-2/+8
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu1-12/+12
2021-09-09tracing/boot: Fix to check the histogram control param is a leaf nodeMasami Hiramatsu1-3/+3
2021-09-09tracing/boot: Fix trace_boot_hist_add_array() to check array is valueMasami Hiramatsu1-4/+3
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet1-2/+5
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds8-21/+50
2021-09-09sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang3-3/+22
2021-09-09sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don1-1/+6
2021-09-09sched: reduce sched slice for SCHED_IDLE entitiesJosh Don3-5/+27
2021-09-09sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don3-1/+27
2021-09-09sched/core: Simplify core-wide task selectionPeter Zijlstra1-111/+45