index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2
-4
/
+4
2020-12-11
elfcore: fix building with clang
Arnd Bergmann
2
-27
/
+0
2020-12-11
cpufreq: schedutil: Simplify sugov_update_next_freq()
Rafael J. Wysocki
1
-5
/
+3
2020-12-11
genirq/affinity: Add irq_update_affinity_desc()
John Garry
1
-0
/
+70
2020-12-11
Revert "genirq: Add fasteoi IPI flow"
Valentin Schneider
1
-27
/
+0
2020-12-11
ntp: Consolidate the RTC update implementation
Thomas Gleixner
1
-92
/
+52
2020-12-11
ntp: Make the RTC sync offset less obscure
Thomas Gleixner
1
-23
/
+24
2020-12-11
ntp, rtc: Move rtc_set_ntp_time() to ntp code
Thomas Gleixner
1
-3
/
+85
2020-12-11
ntp: Make the RTC synchronization more reliable
Thomas Gleixner
2
-42
/
+55
2020-12-11
sched/fair: Trivial correction of the newidle_balance() comment
Barry Song
1
-1
/
+1
2020-12-11
sched/fair: Clear SMT siblings after determining the core is not idle
Mel Gorman
1
-1
/
+2
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-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
-234
/
+412
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
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-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
1
-1
/
+1
2020-12-07
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
1
-2
/
+2
2020-12-07
Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+8
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+8
2020-12-05
Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
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
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
22
-586
/
+529
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2
-31
/
+56
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
3
-54
/
+112
2020-12-03
bpf: Keep module's btf_data_size intact after load
Andrii Nakryiko
1
-1
/
+0
2020-12-03
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
1
-3
/
+5
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-16
/
+60
2020-12-03
perf/core: Fix arch_perf_get_page_size()
Peter Zijlstra
1
-65
/
+38
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2
-69
/
+12
[prev]
[next]