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-05-18
sched/deadline: Make the grub_reclaim() function static
Mathieu Malaterre
1
-1
/
+1
2018-05-18
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h
Mathieu Malaterre
3
-6
/
+3
2018-05-17
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
1
-25
/
+75
2018-05-18
bpf: parse and verdict prog attach may race with bpf map update
John Fastabend
1
-3
/
+3
2018-05-18
bpf: sockmap update rollback on error can incorrectly dec prog refcnt
John Fastabend
1
-6
/
+6
2018-05-17
bpf: sockmap, fix double-free
Gustavo A. R. Silva
1
-1
/
+0
2018-05-17
bpf: sockmap, fix uninitialized variable
Gustavo A. R. Silva
1
-1
/
+1
2018-05-17
audit: normalize loginuid read access
Richard Guy Briggs
1
-9
/
+15
2018-05-17
audit: use new audit_context access funciton for seccomp_actions_logged
Richard Guy Briggs
1
-1
/
+1
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-100
/
+797
2018-05-17
bpf: sockmap, on update propagate errors back to userspace
John Fastabend
1
-1
/
+1
2018-05-17
bpf: fix sock hashmap kmalloc warning
Yonghong Song
1
-0
/
+6
2018-05-16
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2018-05-16
printk: fix possible reuse of va_list variable
Tetsuo Handa
1
-1
/
+4
2018-05-16
locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN
Waiman Long
1
-0
/
+2
2018-05-16
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Waiman Long
3
-21
/
+28
2018-05-16
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
16
-481
/
+400
2018-05-15
memremap: split devm_memremap_pages() and memremap() infrastructure
Dan Williams
3
-177
/
+171
2018-05-16
resource: switch to proc_create_seq_data
Christoph Hellwig
1
-38
/
+5
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
7
-128
/
+16
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
1
-14
/
+2
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
3
-68
/
+4
2018-05-15
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
1
-0
/
+8
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
3
-17
/
+492
2018-05-15
Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD
Paul E. McKenney
16
-395
/
+254
2018-05-15
rcutorture: Print end-of-test state
Paul E. McKenney
1
-0
/
+8
2018-05-15
rcu: Drop early GP request check from rcu_gp_kthread()
Paul E. McKenney
1
-6
/
+0
2018-05-15
rcu: Simplify and inline cpu_needs_another_gp()
Paul E. McKenney
3
-57
/
+3
2018-05-15
rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()
Paul E. McKenney
1
-4
/
+2
2018-05-15
rcu: Make rcu_start_this_gp() check for out-of-range requests
Paul E. McKenney
1
-0
/
+2
2018-05-15
rcu: Add funnel locking to rcu_start_this_gp()
Paul E. McKenney
1
-57
/
+35
2018-05-15
rcu: Make rcu_start_future_gp() caller select grace period
Paul E. McKenney
2
-35
/
+27
2018-05-15
rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()
Paul E. McKenney
1
-44
/
+12
2018-05-15
rcu: Clear request other than RCU_GP_FLAG_INIT at GP end
Paul E. McKenney
1
-0
/
+1
2018-05-15
rcu: Cleanup, don't put ->completed into an int
Paul E. McKenney
1
-1
/
+1
2018-05-15
rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()
Paul E. McKenney
1
-38
/
+15
2018-05-15
rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisition
Paul E. McKenney
1
-4
/
+4
2018-05-15
rcu: Make rcu_migrate_callbacks wake GP kthread when needed
Paul E. McKenney
1
-2
/
+6
2018-05-15
rcu: Convert ->need_future_gp[] array to boolean
Paul E. McKenney
2
-4
/
+4
2018-05-15
rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements
Paul E. McKenney
2
-2
/
+3
2018-05-15
rcu: Avoid losing ->need_future_gp[] values due to GP start/end races
Paul E. McKenney
1
-2
/
+1
2018-05-15
rcu: Make rcu_gp_cleanup() more accurately predict need for new GP
Paul E. McKenney
3
-24
/
+10
2018-05-15
rcu: Make rcu_gp_kthread() check for early-boot activity
Paul E. McKenney
1
-0
/
+6
2018-05-15
rcu: Add accessor macros for the ->need_future_gp[] array
Paul E. McKenney
3
-10
/
+23
2018-05-15
rcu: Make rcu_start_future_gp()'s grace-period check more precise
Paul E. McKenney
1
-13
/
+5
2018-05-15
rcu: Improve non-root rcu_cbs_completed() accuracy
Paul E. McKenney
1
-0
/
+15
2018-05-15
rcu: Add leaf-node macros
Paul E. McKenney
3
-7
/
+12
2018-05-15
srcu: Add cleanup_srcu_struct_quiesced()
Paul E. McKenney
3
-17
/
+29
2018-05-15
rcu: Declare rcu_eqs_special_set() in public header
Yury Norov
1
-1
/
+0
2018-05-15
rcu: Update rcu_bind_gp_kthread() header comment
Paul E. McKenney
1
-2
/
+1
[prev]
[next]