index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
genirq: Provide __irq_enter/exit_raw()
Thomas Gleixner
1
-0
/
+20
2020-06-11
genirq: Provide irq_enter/exit_rcu()
Thomas Gleixner
1
-2
/
+11
2020-06-11
nmi, tracing: Make hardware latency tracing noinstr safe
Thomas Gleixner
1
-2
/
+6
2020-06-11
lib/bsearch: Provide __always_inline variant
Peter Zijlstra
1
-2
/
+24
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
1
-2
/
+7
2020-06-11
context_tracking: Ensure that the critical path cannot be instrumented
Thomas Gleixner
2
-6
/
+6
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
3
-7
/
+2303
2020-06-11
asm-generic/atomic: Use __always_inline for fallback wrappers
Marco Elver
1
-169
/
+171
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2
-5
/
+5
2020-06-10
stacktrace: cleanup inconsistent variable type
Walter Wu
1
-1
/
+1
2020-06-10
mm: add comments on pglist_data zones
Ben Widawsky
1
-1
/
+13
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-7
/
+5
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-90
/
+126
2020-06-10
Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-2
/
+3
2020-06-10
Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-1
/
+25
2020-06-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-23
/
+5
2020-06-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
8
-13
/
+284
2020-06-10
vxlan: Remove access to nexthop group struct
David Ahern
1
-0
/
+11
2020-06-10
nexthop: Fix fdb labeling for groups
David Ahern
1
-1
/
+16
2020-06-10
Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
11
-78
/
+112
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
21
-32
/
+1186
2020-06-10
Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
2
-3
/
+12
2020-06-10
Merge branch 'acpica'
Rafael J. Wysocki
2
-2
/
+3
2020-06-10
Merge branches 'pm-cpufreq' and 'pm-acpi'
Rafael J. Wysocki
1
-1
/
+1
2020-06-10
Merge branch 'pm-opp'
Rafael J. Wysocki
2
-0
/
+30
2020-06-09
irqchip: RISC-V per-HART local interrupt controller driver
Anup Patel
1
-0
/
+1
2020-06-09
scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()
Sudhakar Panneerselvam
1
-1
/
+1
2020-06-09
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
1
-3
/
+3
2020-06-09
scsi: target: Factor out a new helper, target_cmd_init_cdb()
Sudhakar Panneerselvam
1
-0
/
+1
2020-06-09
net: flow_offload: remove indirect flow_block declarations leftover
Pablo Neira Ayuso
1
-24
/
+0
2020-06-09
Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2
-0
/
+4
2020-06-09
dccp: Fix possible memleak in dccp_init and dccp_fini
Wang Hai
1
-0
/
+6
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-4
/
+8
2020-06-09
bpf: Devmap adjust uapi for attach bpf program
Jesper Dangaard Brouer
1
-0
/
+13
2020-06-09
Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-2
/
+81
2020-06-09
Revert "fs: remove dio_end_io()"
David Sterba
1
-0
/
+2
2020-06-09
Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+6
2020-06-09
include/linux/cache.h: expand documentation over __read_mostly
Luis Chamberlain
1
-2
/
+8
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
1
-3
/
+1
2020-06-09
maccess: remove strncpy_from_unsafe
Christoph Hellwig
1
-1
/
+0
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-2
/
+4
2020-06-09
maccess: rename strnlen_unsafe_user to strnlen_user_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-09
maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-09
maccess: remove duplicate kerneldoc comments
Christoph Hellwig
1
-38
/
+0
2020-06-09
maccess: remove various unused weak aliases
Christoph Hellwig
1
-3
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
10
-24
/
+24
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2
-20
/
+20
[prev]
[next]