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
2019-04-08
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
1
-5
/
+10
2019-04-08
selftests/tpm2: Open tpm dev in unbuffered mode
Tadeusz Struk
1
-2
/
+2
2019-04-08
selftests/tpm2: Extend tests to cover partial reads
Tadeusz Struk
2
-0
/
+64
2019-04-08
KEYS: trusted: fix -Wvarags warning
ndesaulniers@google.com
2
-3
/
+3
2019-04-08
tpm: Fix the type of the return value in calc_tpm2_event_size()
Yue Haibing
1
-2
/
+2
2019-04-08
KEYS: trusted: allow trusted.ko to initialize w/o a TPM
Jarkko Sakkinen
1
-5
/
+23
2019-04-08
tpm: fix an invalid condition in tpm_common_poll
Tadeusz Struk
1
-1
/
+8
2019-04-08
tpm: turn on TPM on suspend for TPM 1.x
Jarkko Sakkinen
1
-8
/
+6
2019-04-08
r8169: disable ASPM again
Heiner Kallweit
1
-0
/
+6
2019-04-08
MAINTAINERS: ieee802154: update documentation file pattern
Stefan Schmidt
1
-1
/
+1
2019-04-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+6
2019-04-07
net: vrf: Fix ping failed when vrf mtu is set to 0
Miaohe Lin
1
-2
/
+6
2019-04-07
slab: fix a crash by reading /proc/slab_allocators
Qian Cai
1
-1
/
+2
2019-04-07
selftests: add a tc matchall test case
Nicolas Dichtel
1
-0
/
+20
2019-04-07
Linux 5.1-rc4
v5.1-rc4
Linus Torvalds
1
-1
/
+1
2019-04-07
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
24
-82
/
+131
2019-04-07
Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-75
/
+110
2019-04-07
ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU
Arnd Bergmann
1
-0
/
+4
2019-04-07
ARM: iop: don't use using 64-bit DMA masks
Arnd Bergmann
3
-12
/
+12
2019-04-07
ARM: orion: don't use using 64-bit DMA masks
Arnd Bergmann
1
-2
/
+2
2019-04-07
Revert "ARM: dts: nomadik: Fix polarity of SPI CS"
Olof Johansson
1
-5
/
+4
2019-04-07
Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/pub/scm/linux/...
Olof Johansson
5
-11
/
+51
2019-04-07
Merge tag 'at91-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Olof Johansson
2
-3
/
+5
2019-04-07
Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
7
-47
/
+44
2019-04-07
Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
1
-0
/
+3
2019-04-07
Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...
Olof Johansson
2
-1
/
+5
2019-04-07
dt-bindings: cpu: Fix JSON schema
Maxime Ripard
1
-1
/
+1
2019-04-07
Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+4
2019-04-07
Merge tag 'mtd/fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+5
2019-04-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-12
/
+19
2019-04-06
nfc: nci: Potential off by one in ->pipes[] array
Dan Carpenter
1
-1
/
+1
2019-04-06
NFC: nci: Add some bounds checking in nci_hci_cmd_received()
Dan Carpenter
1
-0
/
+8
2019-04-06
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2019-04-06
Merge branch 'parisc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-9
/
+11
2019-04-06
parisc: Detect QEMU earlier in boot process
Helge Deller
2
-6
/
+3
2019-04-06
parisc: also set iaoq_b in instruction_pointer_set()
Sven Schnelle
1
-1
/
+2
2019-04-06
parisc: regs_return_value() should return gpr28
Sven Schnelle
1
-1
/
+1
2019-04-06
Revert: parisc: Use F_EXTEND() macro in iosapic code
Helge Deller
1
-1
/
+5
2019-04-06
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
5
-5
/
+389
2019-04-06
xsysace: Fix error handling in ace_setup
Guenter Roeck
1
-0
/
+2
2019-04-06
null_blk: prevent crash from bad home_node value
John Pittman
1
-0
/
+5
2019-04-06
Merge tag 'rtc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...
Linus Torvalds
4
-5
/
+12
2019-04-06
i2c: imx: don't leak the i2c adapter on error
Laurentiu Tudor
1
-1
/
+3
2019-04-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-59
/
+163
2019-04-05
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
1
-1
/
+2
2019-04-05
mm/util.c: fix strndup_user() comment
Andrew Morton
1
-1
/
+1
2019-04-05
sh: fix multiple function definition build errors
Randy Dunlap
1
-2
/
+2
2019-04-05
MAINTAINERS: add maintainer and replacing reviewer ARM/NUVOTON NPCM
Tomer Maimon
1
-1
/
+2
2019-04-05
MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM
Tomer Maimon
1
-1
/
+1
2019-04-05
mm: writeback: use exact memcg dirty counts
Greg Thelen
2
-3
/
+22
[prev]
[next]