index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
1
-17
/
+16
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
1
-0
/
+11
2020-06-26
mtd: rawnand: Reorganize the nand_chip structure
Miquel Raynal
1
-90
/
+76
2020-06-26
mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip
Miquel Raynal
1
-8
/
+12
2020-06-26
mtd: rawnand: Rename the manufacturer structure
Miquel Raynal
1
-1
/
+1
2020-06-26
mtd: rawnand: Create a nand_chip operations structure
Miquel Raynal
1
-14
/
+18
2020-06-26
mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure
Miquel Raynal
1
-2
/
+2
2020-06-26
mtd: rawnand: Use unsigned types for nand_chip unsigned values
Miquel Raynal
1
-7
/
+7
2020-06-26
mtd: nand: Rename a core structure
Miquel Raynal
2
-5
/
+5
2020-06-26
mtd: nand: Move nand_device forward declaration to the top
Miquel Raynal
1
-2
/
+2
2020-06-25
i40e: remove unused defines
Jesse Brandeburg
1
-9
/
+0
2020-06-25
i40e: Move client header location
Shiraz Saleem
1
-0
/
+203
2020-06-26
crypto: api - Prune inclusions in crypto.h
Herbert Xu
1
-2
/
+1
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-43
/
+95
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-11
/
+27
2020-06-25
net: phy: Add a helper to return the index for of the internal delay
Dan Murphy
1
-0
/
+4
2020-06-25
net: phylink: add phylink_speed_(up|down) interface
Russell King
1
-0
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-0
/
+9
2020-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-4
/
+6
2020-06-25
regulator: consumer: Supply missing prototypes for 3 core functions
Lee Jones
1
-0
/
+10
2020-06-25
rcu: Fixup noinstr warnings
Peter Zijlstra
1
-1
/
+1
2020-06-25
locking/atomics: Provide the arch_atomic_ interface to generic code
Peter Zijlstra
1
-1
/
+235
2020-06-25
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
1
-0
/
+5
2020-06-25
sched/core: Remove mmdrop() definition
Sebastian Andrzej Siewior
1
-2
/
+0
2020-06-25
ieee80211: Add missing and new AKM suite selector definitions
Veerendranath Jakkam
1
-0
/
+4
2020-06-25
platform/chrome: cros_ec: Add TBT pd_ctrl fields
Prashant Malani
1
-4
/
+15
2020-06-24
tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
Rajendra Nayak
1
-0
/
+4
2020-06-25
Merge tag 'drm/tegra/for-5.8-rc3' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-0
/
+3
2020-06-24
soc: qcom-geni-se: Add interconnect support to fix earlycon crash
Akash Asthana
1
-0
/
+2
2020-06-24
soc: qcom: geni: Support for ICC voting
Akash Asthana
1
-0
/
+38
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
1
-0
/
+1
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
1
-0
/
+3
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
1
-0
/
+12
2020-06-25
netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...
David Wilder
1
-0
/
+3
2020-06-25
netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...
David Wilder
1
-0
/
+6
2020-06-24
net: phy: make phy_disable_interrupts() non-static
Jisheng Zhang
1
-0
/
+1
2020-06-24
net: phy: add support for a common probe between shared PHYs
Antoine Tenart
1
-3
/
+15
2020-06-24
tcp: Expose tcp_sock_set_keepidle_locked
Dmitry Yakunin
1
-0
/
+1
2020-06-24
OPP: refactor dev_pm_opp_of_register_em() and update related drivers
Lukasz Luba
1
-2
/
+13
2020-06-24
PM / EM: change name of em_pd_energy to em_cpu_energy
Lukasz Luba
1
-3
/
+8
2020-06-24
PM / EM: remove em_register_perf_domain
Lukasz Luba
1
-7
/
+0
2020-06-24
PM / EM: add support for other devices than CPUs in Energy Model
Lukasz Luba
2
-7
/
+27
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
4
-42
/
+41
2020-06-24
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
3
-63
/
+46
2020-06-24
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2
-1
/
+1
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
4
-92
/
+74
2020-06-24
block: simplify sb_is_blkdev_sb
Christoph Hellwig
1
-12
/
+6
2020-06-24
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
1
-16
/
+0
2020-06-24
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
1
-6
/
+0
2020-06-24
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
1
-2
/
+0
[prev]
[next]