index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
devtmpfs: simplify initialization of mount_dev
Rasmus Villemoes
2020-01-22
1
-5
/
+1
*
devtmpfs: factor out setup part of devtmpfsd()
Rasmus Villemoes
2020-01-22
1
-5
/
+12
*
devtmpfs: fix theoretical stale pointer deref in devtmpfsd()
Rasmus Villemoes
2020-01-22
1
-6
/
+8
*
driver core: platform: fix u32 greater or equal to zero comparison
Colin Ian King
2020-01-22
1
-1
/
+1
*
cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree
Zeng Tao
2020-01-17
1
-5
/
+15
*
debugfs: Return -EPERM when locked down
Eric Snowberg
2020-01-14
1
-7
/
+10
*
driver core: Print device when resources present in really_probe()
Geert Uytterhoeven
2020-01-14
1
-1
/
+4
*
driver core: Fix test_async_driver_probe if NUMA is disabled
Guenter Roeck
2020-01-14
1
-1
/
+2
*
driver core: platform: Prevent resouce overflow from causing infinite loops
Simon Schwartz
2020-01-14
1
-4
/
+6
*
fs/kernfs/dir.c: Clean code by removing always true condition
Mateusz Nosek
2020-01-14
1
-1
/
+1
*
component: do not dereference opaque pointer in debugfs
Lubomir Rintel
2020-01-14
1
-4
/
+4
*
drivers/component: remove modular code
Masahiro Yamada
2020-01-14
1
-3
/
+0
*
debugfs: Fix warnings when building documentation
Daniel W. S. Almeida
2020-01-06
2
-16
/
+14
*
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
2019-12-16
4
-272
/
+295
*
device.h: move 'struct class' stuff out to device/class.h
Greg Kroah-Hartman
2019-12-16
3
-240
/
+268
*
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman
2019-12-16
3
-264
/
+290
*
device.h: move dev_printk()-like functions to dev_printk.h
Greg Kroah-Hartman
2019-12-16
2
-216
/
+236
*
device.h: move devtmpfs prototypes out of the file
Greg Kroah-Hartman
2019-12-16
2
-4
/
+8
*
Merge 5.5-rc2 into driver-core-next
Greg Kroah-Hartman
2019-12-16
423
-1847
/
+3026
|
\
|
*
Linux 5.5-rc2
v5.5-rc2
Linus Torvalds
2019-12-16
1
-1
/
+1
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-12-15
13
-73
/
+180
|
|
\
|
|
*
IB/mlx5: Fix device memory flows
Yishai Hadas
2019-12-12
4
-52
/
+105
|
|
*
IB/core: Introduce rdma_user_mmap_entry_insert_range() API
Yishai Hadas
2019-12-12
2
-9
/
+44
|
|
*
IB/mlx5: Fix steering rule of drop and count
Maor Gottlieb
2019-12-12
1
-7
/
+6
|
|
*
IB/mlx4: Follow mirror sequence of device add during device removal
Parav Pandit
2019-12-12
1
-4
/
+5
|
|
*
RDMA/counter: Prevent auto-binding a QP which are not tracked with res
Mark Zhang
2019-12-12
1
-0
/
+3
|
|
*
rxe: correctly calculate iCRC for unaligned payloads
Steve Wise
2019-12-09
3
-1
/
+14
|
|
*
Update mailmap info for Steve Wise
Steve Wise
2019-12-09
1
-0
/
+2
|
|
*
RDMA/cma: add missed unregister_pernet_subsys in init failure
Chuhong Yuan
2019-12-09
1
-0
/
+1
|
*
|
Merge tag 'riscv/for-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-15
2
-3
/
+3
|
|
\
\
|
|
*
|
riscv: only select serial sifive if TTY is enabled
Kefeng Wang
2019-12-09
1
-2
/
+2
|
|
*
|
riscv: Fix build dependency for loader
Olof Johansson
2019-12-09
1
-1
/
+1
|
|
|
/
|
*
|
Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-12-15
2
-1
/
+12
|
|
\
\
|
|
*
|
xen/balloon: fix ballooned page accounting without hotplug enabled
Juergen Gross
2019-12-13
1
-1
/
+2
|
|
*
|
xen-blkback: prevent premature module unload
Paul Durrant
2019-12-13
1
-0
/
+10
|
*
|
|
Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-15
9
-41
/
+63
|
|
\
\
\
|
|
*
|
|
fs: remove ksys_dup()
Dominik Brodowski
2019-12-12
3
-13
/
+21
|
|
*
|
|
init: unify opening /dev/console as stdin/stdout/stderr
Dominik Brodowski
2019-12-12
3
-9
/
+15
|
|
*
|
|
init: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
3
-16
/
+24
|
|
*
|
|
initrd: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
1
-3
/
+3
|
|
*
|
|
devtmpfs: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
3
-6
/
+6
|
*
|
|
|
Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-12-15
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
sh: kgdb: Mark expected switch fall-throughs
Kuninori Morimoto
2019-12-10
1
-0
/
+1
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2019-12-14
19
-46
/
+111
|
|
\
\
\
\
|
|
*
|
|
|
scsi: iscsi: Avoid potential deadlock in iscsi_if_rx func
Bo Wu
2019-12-10
1
-0
/
+7
|
|
*
|
|
|
scsi: iscsi: Fix a potential deadlock in the timeout handler
Bart Van Assche
2019-12-10
1
-2
/
+2
|
|
*
|
|
|
scsi: smartpqi: Update attribute name to `driver_version`
Paul Menzel
2019-12-10
1
-1
/
+1
|
|
*
|
|
|
scsi: libsas: stop discovering if oob mode is disconnected
Jason Yan
2019-12-10
1
-1
/
+10
|
|
*
|
|
|
scsi: ufs: Disable autohibern8 feature in Cadence UFS
sheebab
2019-12-10
1
-0
/
+6
|
|
*
|
|
|
scsi: iscsi: qla4xxx: fix double free in probe
Dan Carpenter
2019-12-10
1
-1
/
+0
[next]