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-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
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-23
/
+1
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-7
/
+7
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
1
-13
/
+9
2018-11-10
bpf: call finalize() from its callback in struct bpf_offload_dev
Quentin Monnet
1
-2
/
+2
2018-11-10
bpf: call verify_insn from its callback in struct bpf_offload_dev
Quentin Monnet
1
-1
/
+3
2018-11-10
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
1
-1
/
+4
2018-11-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-4
/
+8
2018-11-09
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
1
-0
/
+12
2018-11-08
srcu: Prevent __call_srcu() counter wrap with read-side critical section
Paul E. McKenney
1
-0
/
+3
2018-11-08
sched/membarrier: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
[prev]
[next]