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
2021-07-02
Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
559
-10644
/
+26910
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
264
-3036
/
+50067
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
92
-3034
/
+3825
2021-07-02
Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
8
-15
/
+30
2021-07-02
Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-130
/
+51
2021-07-02
vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
Ronak Doshi
1
-2
/
+20
2021-07-02
Merge branch 'nfp-ct-fixes'
David S. Miller
2
-13
/
+11
2021-07-02
nfp: flower-ct: remove callback delete deadlock
Louis Peens
1
-13
/
+0
2021-07-02
net/sched: act_ct: remove and free nf_table callbacks
Louis Peens
1
-0
/
+11
2021-07-02
net: bridge: sync fdb to new unicast-filtering ports
Wolfgang Bumiller
1
-1
/
+16
2021-07-02
sock: fix error in sock_setsockopt()
Eric Dumazet
1
-1
/
+1
2021-07-02
tcp: annotate data races around tp->mtu_info
Eric Dumazet
2
-4
/
+4
2021-07-02
Merge tag 'dma-mapping-5.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-5
/
+3
2021-07-02
Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
56
-781
/
+2172
2021-07-02
Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
14
-137
/
+307
2021-07-02
Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
41
-403
/
+1603
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
232
-3638
/
+6745
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
32
-1016
/
+140
2021-07-02
Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Linus Torvalds
120
-2419
/
+14120
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
299
-2961
/
+5991
2021-07-02
net/sched: act_ct: fix err check for nf_conntrack_confirm
wenxu
1
-1
/
+2
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
1
-7
/
+0
2021-07-02
net: ipv6: fix return value of ip6_skb_dst_mtu
Vadim Fedorenko
2
-2
/
+2
2021-07-02
gve: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+1
2021-07-02
net/sched: sch_taprio: fix typo in comment
Jesper Dangaard Brouer
1
-1
/
+1
2021-07-02
loop: remove unused variable in loop_set_status()
Tetsuo Handa
1
-2
/
+0
2021-07-02
ACPI: Do not singal PRM support if not enabled
Aubrey Li
1
-1
/
+2
2021-07-02
perf/x86/intel/uncore: Clean up error handling path of iio mapping
Kan Liang
1
-2
/
+4
2021-07-02
perf/x86/cstate: Add ICELAKE_X and ICELAKE_D support
Zhang Rui
1
-6
/
+17
2021-07-02
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
1
-7
/
+14
2021-07-02
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-02
sched/fair: Sync load_sum with load_avg after dequeue
Vincent Guittot
1
-1
/
+2
2021-07-02
ACPI: Correct \_SB._OSC bit definition for PRM
Aubrey Li
1
-1
/
+1
2021-07-02
mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode
Al Cooper
2
-0
/
+5
2021-07-02
i2c: ali1535: mention that the device should not be disabled
Wolfram Sang
1
-0
/
+5
2021-07-02
i2c: mpc: Restore reread of I2C status register
Chris Packham
1
-0
/
+2
2021-07-01
f2fs: compress: add nocompress extensions support
Fengnan Chang
4
-7
/
+125
2021-07-01
Revert "clk: divider: Switch from .round_rate to .determine_rate by default"
Stephen Boyd
1
-9
/
+9
2021-07-02
netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo
Vasily Averin
1
-0
/
+3
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
13
-108
/
+569
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
Linus Torvalds
7
-186
/
+343
2021-07-02
netfilter: conntrack: nf_ct_gre_keymap_flush() removal
Vasily Averin
4
-22
/
+0
2021-07-02
netfilter: nf_tables: Fix dereference of null pointer flow
Colin Ian King
1
-1
/
+2
2021-07-02
netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state
Florian Westphal
1
-0
/
+10
2021-07-02
selftest: netfilter: add test case for unreplied tcp connections
Florian Westphal
2
-1
/
+168
2021-07-01
Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
39
-115
/
+254
2021-07-01
Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
86
-1019
/
+7497
2021-07-01
s390: iucv: Avoid field over-reading memcpy()
Kees Cook
1
-10
/
+12
2021-07-01
gve: Propagate error codes to caller
Christophe JAILLET
1
-2
/
+3
2021-07-01
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
1
-1
/
+4
[prev]
[next]