index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-07-14
blktrace: Trace remapped requests correctly
Bart Van Assche
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
-2
/
+2
2022-07-13
Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-14
/
+23
2022-07-13
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
-1
/
+10
2022-07-13
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
-4
/
+4
2022-07-13
sysctl: Fix data-races in proc_dou8vec_minmax().
Kuniyuki Iwashima
-2
/
+2
2022-07-13
sched/core: Always flush pending blk_plug
John Keeping
-2
/
+6
2022-07-13
sched/fair: fix case with reduced capacity CPU
Vincent Guittot
-12
/
+42
2022-07-13
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
-14
/
+31
2022-07-12
Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+10
2022-07-12
ftrace: Be more specific about arch impact when function tracer is enabled
Steven Rostedt (Google)
-1
/
+2
2022-07-12
tracing: Fix sleeping while atomic in kdb ftdump
Douglas Anderson
-5
/
+6
2022-07-12
tracing/histograms: Fix memory leak problem
Zheng Yejian
-0
/
+2
2022-07-11
Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-22
/
+35
2022-07-11
module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
Aaron Tomlin
-11
/
+11
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
-6
/
+15
2022-07-10
Merge branch irq/plic-masking into irq/irqchip-next
Marc Zyngier
-20
/
+18
2022-07-09
ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
Sven Schnelle
-1
/
+1
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-7
/
+13
2022-07-08
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
-2
/
+5
2022-07-08
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
-2
/
+2
2022-07-08
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
-1
/
+1
2022-07-08
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
-1
/
+1
2022-07-08
sysctl: Fix data races in proc_douintvec().
Kuniyuki Iwashima
-2
/
+2
2022-07-08
sysctl: Fix data races in proc_dointvec().
Kuniyuki Iwashima
-3
/
+3
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
-4
/
+8
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
-3
/
+5
2022-07-07
Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-66
/
+47
2022-07-07
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
-4
/
+4
2022-07-07
genirq: Return a const cpumask from irq_data_get_affinity_mask
Samuel Holland
-11
/
+15
2022-07-07
genirq: Drop redundant irq_init_effective_affinity
Samuel Holland
-9
/
+1
2022-07-07
genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMP
Samuel Holland
-0
/
+1
2022-07-07
genirq: GENERIC_IRQ_IPI depends on SMP
Samuel Holland
-0
/
+1
2022-07-07
genirq: Don't return error on missing optional irq_request_resources()
Antonio Borneo
-1
/
+2
2022-07-04
sched/core: Use try_cmpxchg in set_nr_{and_not,if}_polling
Uros Bizjak
-15
/
+9
2022-07-04
sched/core: add forced idle accounting for cgroups
Josh Don
-7
/
+58
2022-07-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-66
/
+47
2022-07-01
module: Fix "warning: variable 'exit' set but not used"
Christophe Leroy
-4
/
+5
2022-07-01
module: Fix selfAssignment cppcheck warning
Christophe Leroy
-5
/
+8
2022-07-01
modules: Fix corruption of /proc/kallsyms
Adrian Hunter
-3
/
+12
2022-07-01
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
-49
/
+23
2022-07-01
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
-17
/
+24
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
-11
/
+0
2022-06-28
sched/fair: Remove the energy margin in feec()
Vincent Donnefort
-15
/
+8
2022-06-28
sched/fair: Remove task_util from effective utilization in feec()
Vincent Donnefort
-63
/
+139
2022-06-28
sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()
Dietmar Eggemann
-9
/
+13
2022-06-28
sched/fair: Rename select_idle_mask to select_rq_mask
Dietmar Eggemann
-7
/
+7
2022-06-28
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
-20
/
+19
2022-06-28
sched/fair: Decay task PELT values during wakeup migration
Vincent Donnefort
-34
/
+172
2022-06-28
sched/fair: Provide u64 read for 32-bits arch helper
Vincent Donnefort
-71
/
+54
[prev]
[next]