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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-13
Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
25
-39
/
+192
2021-11-13
perf test: Convert pmu event tests to test cases.
Ian Rogers
1
-62
/
+16
2021-11-13
perf test: Convert pfm tests to use test cases.
Ian Rogers
1
-47
/
+19
2021-11-13
perf test: Add skip reason to test case.
Ian Rogers
2
-1
/
+13
2021-11-13
perf test: Add test case struct.
Ian Rogers
2
-10
/
+46
2021-11-13
perf test: Add helper functions for abstraction.
Ian Rogers
2
-29
/
+71
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
81
-123
/
+125
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
70
-348
/
+397
2021-11-13
perf test: Make each test/suite its own struct.
Ian Rogers
12
-170
/
+216
2021-11-12
cifs: do not duplicate fscache cookie for secondary channels
Shyam Prasad N
1
-2
/
+7
2021-11-12
cifs: connect individual channel servers to primary channel server
Shyam Prasad N
6
-14
/
+36
2021-11-12
cifs: protect session channel fields with chan_lock
Shyam Prasad N
6
-15
/
+71
2021-11-12
cifs: do not negotiate session if session already exists
Shyam Prasad N
1
-8
/
+10
2021-11-12
signal/vm86_32: Remove pointless test in BUG_ON
Eric W. Biederman
1
-1
/
+1
2021-11-12
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
8
-16
/
+19
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
1
-1
/
+2
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
1
-4
/
+5
2021-11-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+2
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
34
-378
/
+915
2021-11-12
Merge tag 'pwm/for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-31
/
+58
2021-11-12
Merge tag 'sound-fix-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
15
-102
/
+386
2021-11-12
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
140
-1498
/
+1767
2021-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
45
-460
/
+1833
2021-11-12
x86/cpu: Add Raptor Lake to Intel family
Tony Luck
1
-0
/
+2
2021-11-12
Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
31
-761
/
+982
2021-11-12
x86/mce: Add errata workaround for Skylake SKX37
Dave Jones
1
-2
/
+3
2021-11-12
Merge tag 'libata-5.16-rc1-p2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-6
/
+24
2021-11-12
smb3: do not setup the fscache_super_cookie until fsinfo initialized
Steve French
2
-2
/
+14
2021-11-12
tools/lib/lockdep: drop liblockdep
Sasha Levin
39
-1229
/
+3
2021-11-12
cifs: fix potential use-after-free bugs
Paulo Alcantara
1
-22
/
+19
2021-11-12
cifs: fix memory leak of smb3_fs_context_dup::server_hostname
Paulo Alcantara
1
-0
/
+2
2021-11-12
smb3: add additional null check in SMB311_posix_mkdir
Steve French
1
-0
/
+11
2021-11-12
cifs: release lock earlier in dequeue_mid error case
Steve French
1
-3
/
+4
2021-11-12
thermal: int340x: fix build on 32-bit targets
Linus Torvalds
1
-0
/
+1
2021-11-12
net,lsm,selinux: revert the security_sctp_assoc_established() hook
Paul Moore
7
-45
/
+14
2021-11-12
blk-mq: fix filesystem I/O request allocation
Ming Lei
2
-20
/
+45
2021-11-12
smb3: add additional null check in SMB2_tcon
Steve French
1
-1
/
+1
2021-11-12
smb3: add additional null check in SMB2_open
Steve French
1
-1
/
+3
2021-11-12
of/irq: Don't ignore interrupt-controller when interrupt-map failed
Marc Zyngier
1
-3
/
+16
2021-11-12
irqchip/sifive-plic: Fixup EOI failed when masked
Guo Ren
1
-1
/
+7
2021-11-12
irqchip/csky-mpintc: Fixup mask/unmask implementation
Guo Ren
1
-4
/
+4
2021-11-12
tracing/osnoise: Make osnoise_instances static
Daniel Bristot de Oliveira
1
-1
/
+2
2021-11-12
perf test: Use macro for "suite" definitions
Ian Rogers
1
-330
/
+149
2021-11-12
perf test: Use macro for "suite" declarations
Ian Rogers
1
-74
/
+77
2021-11-12
perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKET
Arnaldo Carvalho de Melo
2
-0
/
+21
2021-11-12
perf trace: Beautify the 'level' argument of setsockopt
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-12
perf trace: Beautify the 'level' argument of getsockopt
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-12
perf beauty socket: Add generator for socket level (SOL_*) string table
Arnaldo Carvalho de Melo
3
-3
/
+17
2021-11-12
perf beauty socket: Sort the ipproto array entries
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-11-12
perf beauty socket: Rename 'regex' to 'ipproto_regex'
Arnaldo Carvalho de Melo
1
-3
/
+3
[prev]
[next]