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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
proc: add Alexey to MAINTAINERS
Alexey Dobriyan
1
-0
/
+9
2018-06-28
kasan: depend on CONFIG_SLUB_DEBUG
Jason A. Donenfeld
1
-0
/
+1
2018-06-28
include/linux/dax.h: dax_iomap_fault() returns vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-28
x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
Naoya Horiguchi
1
-3
/
+12
2018-06-28
slub: fix failure when we delete and create a slab cache
Mikulas Patocka
3
-1
/
+14
2018-06-28
Revert mm/vmstat.c: fix vmstat_update() preemption BUG
Sebastian Andrzej Siewior
1
-2
/
+0
2018-06-28
lib/percpu_ida.c: don't do alloc from per-CPU list if there is none
Sebastian Andrzej Siewior
1
-1
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
80
-450
/
+301
2018-06-28
arm64: dts: hikey960: Define wl1837 power capabilities
oscardagrach
1
-0
/
+2
2018-06-28
arm64: dts: hikey: Define wl1835 power capabilities
oscardagrach
1
-0
/
+2
2018-06-28
block: Fix cloning of requests with a special payload
Bart Van Assche
1
-0
/
+4
2018-06-28
parisc: Wire up io_pgetevents syscall
Helge Deller
2
-1
/
+3
2018-06-28
parisc: Default to 4 SMP CPUs
Helge Deller
1
-1
/
+1
2018-06-28
parisc: Convert printk(KERN_LEVEL) to pr_lvl()
Andy Shevchenko
1
-16
/
+9
2018-06-28
parisc: Mark 16kB and 64kB page sizes BROKEN
Helge Deller
1
-2
/
+2
2018-06-28
parisc: Drop struct sigaction from not exported header file
Helge Deller
1
-8
/
+0
2018-06-28
nvme-rdma: fix possible double free of controller async event buffer
Sagi Grimberg
1
-2
/
+5
2018-06-28
kconfig: loop boundary condition fix
Jerry James
1
-1
/
+1
2018-06-28
kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION
Masahiro Yamada
1
-4
/
+3
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
2
-0
/
+7
2018-06-28
vt: prevent leaking uninitialized data to userspace via /dev/vcs*
Alexander Potapenko
1
-2
/
+2
2018-06-28
serdev: fix memleak on module unload
Johan Hovold
1
-0
/
+1
2018-06-28
serial: 8250_pci: Remove stalled entries in blacklist
Andy Shevchenko
1
-2
/
+0
2018-06-28
n_tty: Access echo_* variables carefully.
Tetsuo Handa
1
-18
/
+24
2018-06-28
n_tty: Fix stall at n_tty_receive_char_special().
Tetsuo Handa
1
-5
/
+8
2018-06-28
swiotlb: export swiotlb_dma_ops
Christoph Hellwig
1
-0
/
+1
2018-06-28
usb: typec: function for checking cable plug orientation
Heikki Krogerus
2
-0
/
+13
2018-06-28
usb: pd: include kernel.h
Heikki Krogerus
1
-0
/
+1
2018-06-28
staging: typec: tcpci: move tcpci drivers out of staging
Li Jun
10
-32
/
+17
2018-06-28
staging: typec: tcpci: Only touch target bit when enable vconn
Li Jun
1
-6
/
+3
2018-06-28
staging: typec: tcpci: keep the disconnected cc line open
Li Jun
1
-4
/
+14
2018-06-28
typec: tcpm: add starting value for drp toggling
Li Jun
1
-5
/
+5
2018-06-28
staging: typec: tcpci: enable vbus detection
Li Jun
1
-0
/
+6
2018-06-28
staging: typec: tcpci: register port before request irq
Peter Chen
1
-6
/
+9
2018-06-28
staging: typec: tcpci: use IS_ERR() instead of PTR_ERR_OR_ZERO()
Li Jun
1
-2
/
+2
2018-06-28
staging: typec: tcpci: remove unused tcpci_tcpc_config
Li Jun
1
-7
/
+0
2018-06-28
usb: typec: tcpm: support get typec and pd config from device properties
Li Jun
1
-22
/
+109
2018-06-28
usb: typec: add API to get typec basic port power and data config
Li Jun
2
-4
/
+57
2018-06-28
usb: typec: add fwnode to tcpc
Li Jun
3
-0
/
+10
2018-06-28
staging: typec: tcpci: add compatible string for nxp ptn5110
Li Jun
1
-1
/
+1
2018-06-28
dt-bindings: usb: add documentation for typec port controller(TCPCI)
Li Jun
1
-0
/
+49
2018-06-28
dt-bindings: connector: add properties for typec
Li Jun
2
-0
/
+106
2018-06-28
usb: typec: tps6598x: Remove VLA usage
Kees Cook
1
-1
/
+10
2018-06-28
usb: cdc-wdm: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-6
/
+10
2018-06-28
NFC: nfcmrvl_usb: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-06-28
USB: cdc-wdm: don't enable interrupts in USB-giveback
Sebastian Andrzej Siewior
1
-7
/
+24
2018-06-28
usb: legousbtower: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-06-28
usb: ldusb: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-3
/
+4
2018-06-28
usb: iowarrior: remove intr_idx_lock
Sebastian Andrzej Siewior
1
-5
/
+0
2018-06-28
usb: adutux: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-4
/
+6
[prev]
[next]