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
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-10
/
+45
2018-10-04
BackMerge v4.19-rc6 into drm-next
Dave Airlie
6
-12
/
+42
2018-10-03
net/mlx5: Add Fast teardown support
Feras Daoud
2
-2
/
+8
2018-10-03
Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
3
-0
/
+7
2018-10-03
SUNRPC: Add lockless lookup of the server's auth domain
Trond Myklebust
1
-0
/
+1
2018-10-03
video/hdmi: Constify infoframe passed to the pack functions
Ville Syrjälä
1
-2
/
+17
2018-10-03
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
2
-4
/
+3
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
11
-31
/
+39
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
1
-0
/
+1
2018-10-03
virtchnl: Added support to exchange additional speed values
Yashaswini Raghuram Prathivadi Bhayankaram
1
-0
/
+15
2018-10-03
clocksource: Remove obsolete CLOCKSOURCE_OF_DECLARE
Daniel Lezcano
1
-3
/
+0
2018-10-03
clk: ti: Add functions to save/restore clk context
Russ Dill
1
-0
/
+6
2018-10-03
clk: clk: Add clk_gate_restore_context function
Keerthy
1
-0
/
+2
2018-10-03
clk: Add functions to save/restore clock context en-masse
Russ Dill
2
-0
/
+32
2018-10-03
clk: ti: clkctrl: support multiple clkctrl nodes under a cm node
Tero Kristo
1
-0
/
+1
2018-10-03
irqchip/gic: Unify GIC priority definitions
Julien Thierry
2
-5
/
+6
2018-10-03
mtd: rawnand: Allow selection of ECC byte ordering at runtime
Boris Brezillon
2
-2
/
+8
2018-10-03
mtd: rawnand: Move JEDEC code to nand_jedec.c
Boris Brezillon
2
-78
/
+92
2018-10-03
mtd: rawnand: Move ONFI code to nand_onfi.c
Boris Brezillon
2
-163
/
+179
2018-10-03
mtd: rawnand: Keep all internal stuff private
Boris Brezillon
1
-96
/
+0
2018-10-03
mtd: rawnand: Inline onfi_get_async_timing_mode()
Boris Brezillon
1
-9
/
+0
2018-10-03
mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
Boris Brezillon
2
-60
/
+74
2018-10-03
mtd: rawnand: Get rid of a few unused definitions
Boris Brezillon
1
-8
/
+0
2018-10-03
mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
Boris Brezillon
1
-3
/
+0
2018-10-03
mtd: rawnand: Get rid of nand_flash_dev forward declation
Boris Brezillon
1
-1
/
+0
2018-10-03
mtd: rawnand: Move function prototypes after struct declarations
Boris Brezillon
1
-12
/
+12
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
1
-3
/
+3
2018-10-03
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
1
-6
/
+6
2018-10-03
mtd: rawnand: Deprecate ->erase()
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
1
-4
/
+5
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
1
-10
/
+8
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
1
-11
/
+10
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
1
-11
/
+10
2018-10-03
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
Boris Brezillon
1
-6
/
+20
2018-10-03
mtd: rawnand: Make maxchips an unsigned int
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object nand_erase_nand()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
Boris Brezillon
1
-3
/
+3
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
Boris Brezillon
1
-6
/
+6
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->erase()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
1
-18
/
+15
[prev]
[next]