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-11-16
bpf: fix null pointer dereference on pointer offload
Colin Ian King
1
-2
/
+3
2018-11-16
padata: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-11-13
kdb: kdb_support: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-3
/
+3
2018-11-13
kdb: kdb_keyboard: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
1
-18
/
+3
2018-11-13
kdb: Use strscpy with destination buffer size
Prarit Bhargava
3
-12
/
+15
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
2
-13
/
+13
2018-11-13
kdb: use correct pointer when 'btc' calls 'btt'
Christophe Leroy
1
-2
/
+2
2018-11-13
cgroup: Add .__DEBUG__. prefix to debug file names
Tejun Heo
1
-4
/
+7
2018-11-13
cpuset: Minor cgroup2 interface updates
Tejun Heo
1
-4
/
+4
2018-11-12
locking/mutex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
2
-4
/
+14
2018-11-12
rcu: Trace end of grace period before end of grace period
Paul E. McKenney
1
-2
/
+2
2018-11-12
rcu: Adjust the comment of function rcu_is_watching
Zhouyi Zhou
1
-3
/
+3
2018-11-12
rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()
Paul E. McKenney
1
-3
/
+5
2018-11-12
rcu: Add state name to show_rcu_gp_kthreads() output
Paul E. McKenney
1
-12
/
+13
2018-11-12
rcu: Parameterize rcu_check_gp_start_stall()
Paul E. McKenney
1
-4
/
+4
2018-11-12
rcu: Avoid double multiply by HZ
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/update.c
Paul E. McKenney
1
-1
/
+2
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
Paul E. McKenney
1
-3
/
+6
2018-11-12
audit: Use 'mark' name for fsnotify_mark variables
Jan Kara
1
-39
/
+40
2018-11-12
audit: Replace chunk attached to mark instead of replacing mark
Jan Kara
1
-77
/
+83
2018-11-12
audit: Simplify locking around untag_chunk()
Jan Kara
1
-37
/
+40
2018-11-12
audit: Drop all unused chunk nodes during deletion
Jan Kara
1
-9
/
+18
2018-11-12
audit: Guarantee forward progress of chunk untagging
Jan Kara
1
-25
/
+17
2018-11-12
audit: Allocate fsnotify mark independently of chunk
Jan Kara
1
-14
/
+50
2018-11-12
audit: Provide helper for dropping mark's chunk reference
Jan Kara
1
-1
/
+11
2018-11-12
audit: Remove pointless check in insert_hash()
Jan Kara
1
-2
/
+0
2018-11-12
audit: Factor out chunk replacement code
Jan Kara
1
-46
/
+40
2018-11-12
audit: Make hash table insertion safe against concurrent lookups
Jan Kara
1
-3
/
+29
2018-11-12
audit: Embed key into chunk
Jan Kara
1
-19
/
+8
2018-11-12
audit: Fix possible tagging failures
Jan Kara
1
-7
/
+10
2018-11-12
audit: Fix possible spurious -ENOSPC error
Jan Kara
1
-10
/
+16
2018-11-12
audit_tree: Remove mark->lock locking
Jan Kara
1
-20
/
+4
2018-11-12
sched/core: Clean up the #ifdef block in add_nr_running()
Viresh Kumar
1
-2
/
+2
2018-11-12
sched/fair: Make some variables static
Muchun Song
1
-6
/
+6
2018-11-12
sched/core: Create task_has_idle_policy() helper
Viresh Kumar
4
-8
/
+13
2018-11-12
sched/fair: Add lsub_positive() and use it consistently
Patrick Bellasi
1
-7
/
+17
2018-11-12
sched/fair: Mask UTIL_AVG_UNCHANGED usages
Patrick Bellasi
1
-5
/
+4
2018-11-12
Merge branch 'sched/urgent' into sched/core, to pick up dependent fixes
Ingo Molnar
1
-16
/
+50
2018-11-12
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
Patrick Bellasi
1
-14
/
+48
2018-11-11
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+0
2018-11-11
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+6
2018-11-11
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+14
2018-11-11
rcu: Stop expedited grace periods from relying on stop-machine
Paul E. McKenney
1
-2
/
+4
2018-11-10
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
1
-5
/
+16
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
1
-2
/
+2
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2
-4
/
+4
[prev]
[next]