index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
swiotlb: Mark max_segment with static keyword
Andy Shevchenko
1
-1
/
+1
2020-09-10
swiotlb: Use %pa to print phys_addr_t variables
Andy Shevchenko
1
-3
/
+1
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()
Kan Liang
1
-30
/
+17
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()
Kan Liang
1
-20
/
+31
2020-09-10
timekeeping: Use seqcount_latch_t
Ahmed S. Darwish
1
-5
/
+5
2020-09-10
time/sched_clock: Use seqcount_latch_t
Ahmed S. Darwish
1
-2
/
+2
2020-09-10
time/sched_clock: Use raw_read_seqcount_latch() during suspend
Ahmed S. Darwish
1
-1
/
+1
2020-09-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+3
2020-09-09
sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTL
Valentin Schneider
2
-6
/
+6
2020-09-08
sysctl: Convert to iter interfaces
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
1
-0
/
+4
2020-09-08
seccomp: Use current_pt_regs() instead of task_pt_regs(current)
Denis Efremov
1
-7
/
+11
2020-09-08
seccomp: kill process instead of thread for unknown actions
Rich Felker
1
-4
/
+4
2020-09-08
seccomp: don't leave dangling ->notif if file allocation fails
Tycho Andersen
1
-3
/
+8
2020-09-08
seccomp: don't leak memory when filter install races
Tycho Andersen
1
-3
/
+10
2020-09-08
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
4
-12
/
+8
2020-09-08
kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"
Douglas Anderson
1
-8
/
+14
2020-09-08
kdb: remove unnecessary null check of dbg_io_ops
Cengiz Can
1
-7
/
+7
2020-09-08
kprobes: Make local functions static
Masami Hiramatsu
1
-5
/
+4
2020-09-08
kprobes: Free kretprobe_instance with RCU callback
Masami Hiramatsu
1
-19
/
+6
2020-09-08
kprobes: Remove NMI context check
Masami Hiramatsu
1
-12
/
+4
2020-09-08
kprobes: Add generic kretprobe trampoline handler
Masami Hiramatsu
1
-0
/
+98
2020-09-08
printk: ringbuffer: support dataless records
John Ogness
2
-44
/
+43
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
34
-73
/
+104
2020-09-07
blktrace: make function blk_trace_bio_get_cgid() static
Wang Hai
1
-1
/
+1
2020-09-06
Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+29
2020-09-06
genirq: Walk the irq_data hierarchy when resending an interrupt
Marc Zyngier
1
-2
/
+13
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
32
-66
/
+74
2020-09-04
Merge branch 'csd.2020.09.04a' into HEAD
Paul E. McKenney
1
-0
/
+134
2020-09-04
smp: Make symbol 'csd_bug_count' static
Wei Yongjun
1
-1
/
+1
2020-09-04
kernel/smp: Provide CSD lock timeout diagnostics
Paul E. McKenney
1
-2
/
+130
2020-09-04
smp: Add source and destination CPUs to __call_single_data
Paul E. McKenney
1
-0
/
+6
2020-09-04
gcov: Disable gcov build with GCC 10
Leon Romanovsky
1
-0
/
+1
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
1
-6
/
+29
2020-09-04
pidfd: support PIDFD_NONBLOCK in pidfd_open()
Christian Brauner
1
-5
/
+7
2020-09-04
exit: support non-blocking pidfds
Christian Brauner
1
-3
/
+12
2020-09-04
padata: fix possible padata_works_lock deadlock
Daniel Jordan
1
-2
/
+3
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+2
2020-09-03
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
1
-11
/
+4
2020-09-03
Merge branch 'strictgp.2020.08.24a' into HEAD
Paul E. McKenney
5
-16
/
+113
2020-09-03
Merge branch 'scftorture.2020.08.24a' into HEAD
Paul E. McKenney
6
-168
/
+745
2020-09-03
Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...
Paul E. McKenney
12
-107
/
+117
2020-09-03
rcu: Shrink each possible cpu krcp
Zqiang
1
-3
/
+3
2020-09-03
rcu/segcblist: Prevent useless GP start if no CBs to accelerate
Joel Fernandes (Google)
1
-1
/
+9
2020-09-03
locking/lockdep: Fix "USED" <- "IN-NMI" inversions
peterz@infradead.org
2
-6
/
+31
2020-09-02
bpf: Avoid iterating duplicated files for task_file iterator
Yonghong Song
1
-4
/
+11
2020-09-02
module: Add more error message for failed kernel module loading
Qu Wenruo
1
-2
/
+8
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
38
-119
/
+2542
[prev]
[next]