index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2018-09-04
mm: respect arch_dup_mmap() return value
Nadav Amit
1
-2
/
+1
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-28
/
+36
2018-09-04
stackleak: Allow runtime disabling of kernel stack erasing
Alexander Popov
2
-1
/
+52
2018-09-04
fs/proc: Show STACKLEAK metrics in the /proc file system
Alexander Popov
1
-0
/
+4
2018-09-04
gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack
Alexander Popov
1
-0
/
+28
2018-09-04
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
3
-0
/
+69
2018-09-02
Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2018-09-02
bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
John Fastabend
1
-1
/
+11
2018-09-02
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-22
/
+4
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-5
/
+4
2018-09-01
kernel/dma/direct: take DMA offset into account in dma_direct_supported
Christoph Hellwig
1
-2
/
+2
2018-08-31
cpu/hotplug: Remove skip_onerr field from cpuhp_step structure
Mukesh Ojha
1
-22
/
+4
2018-08-30
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD
Paul E. McKenney
14
-2381
/
+2002
2018-08-30
srcu: Make early-boot call_srcu() reuse workqueue lists
Paul E. McKenney
2
-11
/
+10
2018-08-30
srcu: Make call_srcu() available during very early boot
Paul E. McKenney
6
-4
/
+68
2018-08-30
rcu: Convert rcu_state.ofl_lock to raw_spinlock_t
Mike Galbraith
2
-7
/
+7
2018-08-30
rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
Paul E. McKenney
2
-10
/
+3
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
4
-80
/
+56
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
3
-40
/
+43
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
4
-16
/
+14
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
2
-20
/
+10
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
2
-13
/
+8
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
2
-6
/
+5
2018-08-30
rcu: Merge rcu_dynticks structure into rcu_data structure
Paul E. McKenney
1
-0
/
+17
2018-08-30
rcu: Convert "1UL << x" to "BIT(x)"
Paul E. McKenney
2
-2
/
+2
2018-08-30
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
3
-13
/
+21
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
3
-6
/
+28
2018-08-30
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
2
-16
/
+49
2018-08-30
rcu: Provide functions for determining if call_rcu() has been invoked
Paul E. McKenney
1
-1
/
+4
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
3
-45
/
+15
2018-08-30
rcu: Motivate Tiny RCU forward progress
Paul E. McKenney
1
-1
/
+5
2018-08-30
rcutorture: Dump reader protection sequence if failures or close calls
Paul E. McKenney
1
-23
/
+96
2018-08-30
rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Make need_resched() respond to urgent RCU-QS needs
Paul E. McKenney
1
-0
/
+9
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
3
-35
/
+29
2018-08-30
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
2
-40
/
+40
2018-08-30
rcu: Clean up flavor-related definitions and comments in update.c
Paul E. McKenney
1
-10
/
+10
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
1
-19
/
+17
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_exp.h
Paul E. McKenney
1
-11
/
+11
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree.c
Paul E. McKenney
1
-42
/
+32
2018-08-30
rcu: Clean up flavor-related definitions and comments in tiny.c
Paul E. McKenney
1
-5
/
+5
2018-08-30
rcu: Clean up flavor-related definitions and comments in srcutree.h
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Clean up flavor-related definitions and comments in rcutorture.c
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Clean up flavor-related definitions and comments in rcu.h
Paul E. McKenney
1
-8
/
+10
2018-08-30
rcu: Clean up flavor-related definitions and comments in Kconfig
Paul E. McKenney
1
-10
/
+10
2018-08-30
rcu: Remove now-unused rcutorture APIs
Paul E. McKenney
2
-57
/
+0
2018-08-30
rcuperf: Remove the "rcu_bh" and "sched" torture types
Paul E. McKenney
1
-63
/
+2
2018-08-30
rcutorture: Remove the "rcu_bh" and "sched" torture types
Paul E. McKenney
1
-86
/
+3
2018-08-30
rcu: Stop testing RCU-bh and RCU-sched
Paul E. McKenney
1
-37
/
+1
[prev]
[next]