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
2020-12-11
sched: Fix kernel-doc markup
Mauro Carvalho Chehab
2
-9
/
+9
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-5
/
+5
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+5
2020-12-10
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
1
-5
/
+5
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
4
-26
/
+26
2020-12-10
bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu
Eric W. Biederman
1
-34
/
+10
2020-12-10
kcmp: In get_file_raw_ptr use task_lookup_fd_rcu
Eric W. Biederman
1
-7
/
+2
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
2
-2
/
+2
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
1
-17
/
+3
2020-12-10
kcmp: In kcmp_epoll_target use fget_task
Eric W. Biederman
1
-16
/
+4
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
1
-6
/
+6
2020-12-09
Input: gtco - remove driver
Dmitry Torokhov
1
-1
/
+0
2020-12-09
driver core: Add fwnode_init()
Saravana Kannan
1
-1
/
+1
2020-12-09
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
1
-1
/
+1
2020-12-09
Merge remote-tracking branch 'arm64/for-next/scs' into for-next/core
Catalin Marinas
1
-11
/
+60
2020-12-09
perf: Break deadlock involving exec_update_mutex
peterz@infradead.org
1
-23
/
+23
2020-12-09
locking/rwsem: Remove reader optimistic spinning
Waiman Long
2
-240
/
+49
2020-12-09
locking/rwsem: Enable reader optimistic lock stealing
Waiman Long
2
-0
/
+29
2020-12-09
locking/rwsem: Prevent potential lock starvation
Waiman Long
1
-2
/
+13
2020-12-09
locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()
Waiman Long
1
-8
/
+10
2020-12-09
locking/rwsem: Fold __down_{read,write}*()
Peter Zijlstra
1
-22
/
+23
2020-12-09
locking/rwsem: Introduce rwsem_write_trylock()
Peter Zijlstra
1
-22
/
+16
2020-12-09
locking/rwsem: Better collate rwsem_read_trylock()
Peter Zijlstra
1
-7
/
+8
2020-12-09
Merge branch 'locking/rwsem'
Peter Zijlstra
36
-233
/
+411
2020-12-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
1
-0
/
+26
2020-12-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
1
-0
/
+14
2020-12-09
printk: remove logbuf_lock writer-protection of ringbuffer
John Ogness
1
-40
/
+98
2020-12-09
printk: inline log_output(),log_store() in vprintk_store()
John Ogness
1
-78
/
+67
2020-12-09
module: delay kobject uevent until after module init call
Jessica Yu
1
-2
/
+3
2020-12-09
membarrier: Execute SYNC_CORE on the calling thread
Andy Lutomirski
1
-18
/
+33
2020-12-09
membarrier: Explicitly sync remote cores when SYNC_CORE is requested
Andy Lutomirski
1
-0
/
+18
2020-12-09
membarrier: Add an actual barrier before rseq_preempt()
Andy Lutomirski
1
-0
/
+8
2020-12-08
bpf: Only provide bpf_sock_from_file with CONFIG_NET
Florent Revest
1
-20
/
+2
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
1
-1
/
+4
2020-12-08
printk: remove obsolete dead assignment
Lukas Bulwahn
1
-1
/
+0
2020-12-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
1
-1
/
+1
2020-12-07
ring-buffer: Fix a typo in function description
Qiujun Huang
1
-1
/
+1
2020-12-07
ring-buffer: Remove obsolete rb_event_is_commit()
Lukas Bulwahn
1
-17
/
+0
2020-12-07
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
1
-2
/
+2
2020-12-07
blktrace: fix up a kerneldoc comment
Christoph Hellwig
1
-1
/
+0
2020-12-07
Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-5
/
+8
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+8
2020-12-05
Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+5
2020-12-04
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
1
-5
/
+8
2020-12-04
bpf: Add a bpf_sock_from_file helper
Florent Revest
1
-0
/
+20
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
1
-27
/
+17
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-9
/
+5
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-3
/
+2
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
1
-31
/
+10
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
1
-22
/
+0
[prev]
[next]