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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
random: remove some dead code of poolinfo
Yangtao Li
1
-30
/
+0
2020-01-07
random: fix typo in add_timer_randomness()
Yangtao Li
1
-1
/
+1
2020-01-07
random: Add and use pr_fmt()
Yangtao Li
1
-12
/
+11
2020-01-07
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
1
-3
/
+2
2020-01-07
random: remove unnecessary unlikely()
Yangtao Li
1
-4
/
+2
2020-01-07
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
1
-17
/
+1
2020-01-07
random: delete code to pull data into pools
Andy Lutomirski
1
-40
/
+0
2020-01-07
random: remove the blocking pool
Andy Lutomirski
1
-106
/
+0
2020-01-07
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
1
-41
/
+14
2020-01-07
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
1
-3
/
+0
2020-01-07
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
1
-2
/
+9
2020-01-07
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
1
-6
/
+15
2020-01-07
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
1
-1
/
+0
2020-01-07
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
1
-2
/
+3
2019-12-22
Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-27
/
+13
2019-12-22
Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
6
-1
/
+194
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
85
-423
/
+723
2019-12-21
Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
7
-53
/
+73
2019-12-21
Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-16
/
+15
2019-12-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
12
-31
/
+56
2019-12-20
sfc: Include XDP packet headroom in buffer step size.
Charles McLachlan
1
-7
/
+7
2019-12-20
sfc: fix channel allocation with brute force
Edward Cree
2
-22
/
+19
2019-12-20
hv_netvsc: Fix unwanted rx_table reset
Haiyang Zhang
3
-6
/
+11
2019-12-20
net: phy: ensure that phy IDs are correctly typed
Russell King
1
-4
/
+4
2019-12-20
qede: Disable hardware gro when xdp prog is installed
Manish Chopra
1
-2
/
+2
2019-12-20
net: ena: fix issues in setting interrupt moderation params in ethtool
Arthur Kiyanovski
1
-14
/
+10
2019-12-20
net: ena: fix default tx interrupt moderation interval
Arthur Kiyanovski
1
-1
/
+1
2019-12-20
net: stmmac: platform: Fix MDIO init for platforms without PHY
Padmanabhan Rajanbabu
1
-1
/
+1
2019-12-20
net: hisilicon: Fix a BUG trigered by wrong bytes_compl
Jiangfeng Xiao
1
-1
/
+1
2019-12-20
s390/qeth: don't return -ENOTSUPP to userspace
Julian Wiedmann
1
-1
/
+1
2019-12-20
s390/qeth: fix promiscuous mode after reset
Julian Wiedmann
3
-1
/
+4
2019-12-20
s390/qeth: handle error due to unsupported transport mode
Julian Wiedmann
2
-7
/
+12
2019-12-20
cxgb4: fix refcount init for TC-MQPRIO offload
Rahul Lakkireddy
1
-4
/
+8
2019-12-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-3
/
+1
2019-12-20
Merge tag 'drm-fixes-2019-12-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
15
-45
/
+366
2019-12-21
Merge tag 'drm-intel-fixes-2019-12-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
14
-45
/
+365
2019-12-20
s390/dasd: fix typo in copyright statement
Stefan Haberland
2
-2
/
+2
2019-12-20
s390/dasd: fix memleak in path handling error case
Stefan Haberland
1
-17
/
+2
2019-12-20
s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly
Jan Höppner
2
-5
/
+6
2019-12-20
Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
5
-30
/
+17
2019-12-20
Merge tag 'platform-drivers-x86-v5.5-2' of git://git.infradead.org/linux-platform-drivers-x86
Linus Torvalds
4
-20
/
+55
2019-12-20
Merge tag 'mmc-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
6
-20
/
+50
2019-12-20
Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
8
-19
/
+37
2019-12-20
Merge tag 'staging-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
8
-16
/
+46
2019-12-20
Merge tag 'tty-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
5
-24
/
+39
2019-12-20
Merge tag 'usb-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
5
-6
/
+26
2019-12-20
Merge tag 'pinctrl-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
6
-152
/
+184
2019-12-20
platform/x86: pcengines-apuv2: Spelling fixes in the driver
Andy Shevchenko
1
-20
/
+20
2019-12-20
platform/x86: pcengines-apuv2: detect apuv4 board
Enrico Weigelt, metux IT consult
1
-0
/
+27
2019-12-20
platform/x86: pcengines-apuv2: fix simswap GPIO assignment
Enrico Weigelt, metux IT consult
1
-1
/
+1
[next]