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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-05
net: phylink: remove phylink_set_10g_modes()
Russell King (Oracle)
1
-1
/
+0
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
324
-5359
/
+8972
2022-02-04
Merge tag 'ata-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
1
-0
/
+1
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
1
-0
/
+5
2022-02-04
Merge tag 'drm-fixes-2022-02-04' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2022-02-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+20
2022-02-04
cpufreq: Move to_gov_attr_set() to cpufreq.h
Kevin Hao
1
-0
/
+5
2022-02-04
Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-0
/
+6
2022-02-04
Merge tag '5.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+7
2022-02-04
mm/pgtable: define pte_index so that preprocessor could recognize it
Mike Rapoport
1
-0
/
+1
2022-02-04
mm/page_table_check: check entries at pmd levels
Pasha Tatashin
1
-0
/
+19
2022-02-04
powercap/drivers/dtpm: Add hierarchy creation
Daniel Lezcano
1
-0
/
+15
2022-02-04
powercap/drivers/dtpm: Convert the init table section to a simple array
Daniel Lezcano
1
-21
/
+3
2022-02-04
ieee80211: fix -Wcast-qual warnings
Johannes Berg
1
-4
/
+4
2022-02-04
firmware_loader: simplfy builtin or module check
Luis Chamberlain
1
-1
/
+1
2022-02-04
mux: Add support for reading mux state from consumer DT node
Aswath Govindraju
1
-0
/
+18
2022-02-04
serial: core: Fix the definition name in the comment of UPF_* flags
Andy Shevchenko
1
-1
/
+1
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-2
/
+4
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
1
-1
/
+1
2022-02-04
tls: cap the output scatter list to something reasonable
Jakub Kicinski
1
-0
/
+17
2022-02-04
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
1
-10
/
+0
2022-02-04
ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkage
Anton Lundin
1
-0
/
+1
2022-02-04
netfilter: conntrack: pptp: use single option structure
Florian Westphal
1
-21
/
+17
2022-02-04
netfilter: conntrack: handle ->destroy hook via nat_ops instead
Florian Westphal
1
-0
/
+1
2022-02-04
Merge tag 'drm-misc-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-1
/
+1
2022-02-03
block: introduce BLK_STS_OFFLINE
Song Liu
1
-0
/
+7
2022-02-03
firmware: qcom: scm: Drop cpumask parameter from set_boot_addr()
Stephan Gerhold
1
-2
/
+2
2022-02-03
soc: qcom: mdt_loader: Extract PAS operations
Bjorn Andersson
1
-0
/
+11
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-34
/
+77
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+4
2022-02-03
ice: add support for DSCP QoS for IDC
Dave Ertman
1
-0
/
+4
2022-02-03
soc: qcom: mdt_loader: Allow hash segment to be split out
Bjorn Andersson
1
-2
/
+4
2022-02-03
firmware: qcom: scm: Introduce pas_metadata context
Bjorn Andersson
1
-1
/
+9
2022-02-03
i40e: remove enum i40e_client_state
Jakub Kicinski
1
-10
/
+0
2022-02-03
XArray: Include bitmap.h from xarray.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is used"
Igor Pylypiv
1
-1
/
+0
2022-02-03
jbd2: refactor wait logic for transaction updates into a common function
Ritesh Harjani
1
-1
/
+3
2022-02-03
jbd2: cleanup unused functions declarations from jbd2.h
Ritesh Harjani
1
-7
/
+0
2022-02-03
ext4: fast commit may not fallback for ineligible commit
Xin Yin
1
-1
/
+1
2022-02-02
x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
Nick Desaulniers
1
-16
/
+5
2022-02-02
firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not defined
Christophe JAILLET
1
-1
/
+1
2022-02-02
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
2
-0
/
+2
2022-02-02
libceph: make recv path in secure mode work the same as send path
Ilya Dryomov
1
-0
/
+4
2022-02-02
NFS: Avoid duplicate uncached readdir calls on eof
Trond Myklebust
1
-0
/
+1
2022-02-02
block: fix the kerneldoc for bio_end_io_acct
Christoph Hellwig
1
-1
/
+1
2022-02-02
block: check that there is a plug in blk_flush_plug
Christoph Hellwig
1
-1
/
+6
2022-02-02
block: remove blk_needs_flush_plug
Christoph Hellwig
1
-13
/
+0
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
1
-8
/
+1
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-2
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-2
/
+3
[prev]
[next]