aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-15Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-14panic: don't dump stack twice on warnChristophe Leroy
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj
2020-11-14reboot: fix overflow parsing reboot cpu numberMatteo Croce
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-11-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09perf: Optimize get_recursion_context()Peter Zijlstra
2020-11-09perf: Fix get_recursion_context()Peter Zijlstra
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra
2020-11-09futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-06bpf: Update verification logic for LSM programsKP Singh
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner