summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-061-1/+1
* Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-272-4/+6
|\
| * softirq: Avoid bad tracing / lockdep interactionPeter Zijlstra2020-12-181-1/+1
| * jump_label: Fix usage in module __initPeter Zijlstra2020-12-181-3/+5
* | Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-273-15/+4
|\ \
| * | timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King2020-12-181-1/+1
| * | tick/sched: Remove bogus boot "safety" checkThomas Gleixner2020-12-161-7/+0
| * | tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner2020-12-161-7/+3
* | | Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-272-33/+20
|\ \ \
| * | | sched: Optimize finish_lock_switch()Peter Zijlstra2020-12-152-33/+20
* | | | genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman2020-12-251-1/+1
* | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-243-20/+67
|\ \ \ \
| * | | | genirq: Restrict export of irq_to_desc()Thomas Gleixner2020-12-151-1/+3
| * | | | genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-151-2/+2
| * | | | genirq: Make kstat_irqs() staticThomas Gleixner2020-12-151-13/+6
| * | | | genirq: Annotate irq stats data racesThomas Gleixner2020-12-152-4/+5
| * | | | genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-0/+14
| * | | | genirq: Move status flag checks to coreThomas Gleixner2020-12-151-0/+20
| * | | | genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+17
* | | | | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-221-30/+76
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-221-30/+76
| |\ \ \ \ \
| | * | | | | cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-151-10/+58
| | * | | | | cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki2020-12-151-22/+20
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov2020-12-221-2/+2
* | | | | | | | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-226-8/+384
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | dma-mapping: add benchmark support for streaming DMA APIsBarry Song2020-11-273-0/+371
| * | | | | | | dma-contiguous: fix a typo error in a commenttangjianqiang2020-11-271-1/+1
| * | | | | | | dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang2020-11-271-3/+0
| * | | | | | | dma-mapping: Allow mixing bypass and mapped DMA operationAlexey Kardashevskiy2020-11-272-4/+12
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-1/+16
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-1511-112/+124
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/wait: Add add_wait_queue_priority()David Woodhouse2020-11-151-1/+16
* | | | | | | | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+2
* | | | | | | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-1736-352/+662
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)2020-12-151-1/+31
| * | | | | | | | | | Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-141-4/+13
| * | | | | | | | | | ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang2020-12-141-8/+11
| * | | | | | | | | | ring-buffer: Fix two typos in commentsQiujun Huang2020-12-141-2/+2
| * | | | | | | | | | tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn2020-12-141-2/+0
| * | | | | | | | | | tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-146-14/+25
| * | | | | | | | | | ring-buffer: Fix a typo in function descriptionQiujun Huang2020-12-071-1/+1
| * | | | | | | | | | ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn2020-12-071-17/+0
| * | | | | | | | | | ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-012-0/+170
| * | | | | | | | | | tracing: Clean up after filter logic rewritingLukas Bulwahn2020-11-161-21/+0
| * | | | | | | | | | tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia2020-11-131-1/+1
| * | | | | | | | | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-132-5/+6
| * | | | | | | | | | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-0/+9
| * | | | | | | | | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-139-32/+37
| * | | | | | | | | | tracing: Fix some typos in commentsQiujun Huang2020-11-1015-25/+25