aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.2021.03.08a', 'mmdumpobj.2021.03.08a', 'nocb.2021.03.15a', 'poll.2021.03.24a', 'rt.2021.03.08a', 'tasks.2021.03.08a', 'torture.2021.03.08a' and 'torturescript.2021.03.22a' into HEADPaul E. McKenney11-162/+455
2021-03-24rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()Paul E. McKenney1-9/+3
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney1-0/+40
2021-03-24bpf: Avoid old-style declaration warningsArnd Bergmann1-2/+2
2021-03-24audit: avoid -Wempty-body warningArnd Bergmann1-6/+6
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar19-44/+45
2021-03-23sched/fair: Reduce long-tail newly idle balance costAubrey Li1-0/+9
2021-03-23sched/fair: Optimize test_idle_cores() for !SMTBarry Song1-3/+5
2021-03-23psi: Reduce calls to sched_clock() in psiShakeel Butt1-9/+10
2021-03-23stop_machine: Add caller debug info to queue_stop_cpus_workValentin Schneider1-0/+1
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar15-34/+34
2021-03-22lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore4-8/+10
2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney1-7/+68
2021-03-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-03-22irq: Fix typos in commentsIngo Molnar7-12/+12
2021-03-22entry: Fix typos in commentsIngo Molnar1-1/+1
2021-03-22locking: Fix typos in commentsIngo Molnar8-13/+13
2021-03-22sched: Fix various typosIngo Molnar19-41/+41
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+6
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-29/+46
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+4
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman1-1/+2
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe1-0/+3
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" messageTetsuo Handa1-1/+2
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2021-03-19bpf: Remove insn_buf[] declaration in inner blockJianlin Lv1-1/+0
2021-03-19genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov1-1/+3
2021-03-19bpf: Fix umd memory leak in copy_process()Zqiang2-10/+30
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury1-2/+2
2021-03-19kdb: Simplify kdb commands registrationSumit Garg3-213/+311
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg2-20/+0
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-19locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testWaiman Long1-12/+27
2021-03-19locking/locktorture: Pass thread id to lock/unlock functionsWaiman Long1-36/+58
2021-03-19locking/locktorture: Fix false positive circular locking splat in ww_mutex testWaiman Long1-3/+14
2021-03-19Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar11-144/+232
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig1-6/+1
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig1-207/+99
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang1-190/+164
2021-03-18cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch_enabledYue Hu1-17/+12
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)4-1/+215
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)1-0/+210
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)2-0/+9
2021-03-18ring-buffer: Add verifier for using ring_buffer_event_time_stamp()Steven Rostedt (VMware)1-4/+52