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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-30
printk: remove the now unnecessary "C" annotation for KERN_CONT
Joe Perches
2
-3
/
+1
2012-07-30
printk: only look for prefix levels in kernel messages
Joe Perches
1
-15
/
+17
2012-07-30
printk: convert the format for KERN_<LEVEL> to a 2 byte pattern
Joe Perches
2
-13
/
+16
2012-07-30
sound: use printk_get_level and printk_skip_level
Joe Perches
1
-4
/
+9
2012-07-30
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
Joe Perches
4
-8
/
+50
2012-07-30
arch: remove direct definitions of KERN_<LEVEL> uses
Joe Perches
3
-5
/
+7
2012-07-30
printk: add kern_levels.h to make KERN_<LEVEL> available for asm use
Joe Perches
2
-18
/
+23
2012-07-30
printk: add generic functions to find KERN_<LEVEL> headers
Joe Perches
2
-5
/
+35
2012-07-30
kmsg: /dev/kmsg - properly return possible copy_from_user() failure
Kay Sievers
1
-1
/
+3
2012-07-30
drivers/misc/ti-st/st_core.c: missing NULL check
Alan Cox
1
-0
/
+5
2012-07-30
kernel/sys.c: avoid argv_free(NULL)
Andrew Morton
1
-19
/
+25
2012-07-30
NMI watchdog: fix for lockup detector breakage on resume
Sameer Nanda
3
-2
/
+30
2012-07-30
panic: fix a possible deadlock in panic()
Vikram Mulukutla
1
-0
/
+8
2012-07-30
avr32: fix build error in ATSTK1002 code
Fengguang Wu
1
-1
/
+1
2012-07-30
clk: validate pointer in __clk_disable()
Fengguang Wu
1
-0
/
+3
2012-07-30
arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n
Viresh Kumar
1
-23
/
+0
2012-07-30
usb/host/r8a66597: remove conditional compilation of clk code
Viresh Kumar
2
-17
/
+0
2012-07-30
gadget/r8a66597: remove conditional compilation of clk code
Viresh Kumar
2
-13
/
+3
2012-07-30
gadget/m66592: remove conditional compilation of clk code
Viresh Kumar
2
-13
/
+1
2012-07-30
net/stmmac: remove conditional compilation of clk code
Viresh Kumar
2
-58
/
+17
2012-07-30
net/c_can: remove conditional compilation of clk code
Viresh Kumar
1
-8
/
+0
2012-07-30
ata/pata_arasan: remove conditional compilation of clk code
Viresh Kumar
1
-13
/
+1
2012-07-30
usb/musb: remove conditional compilation of clk code
Viresh Kumar
1
-8
/
+0
2012-07-30
usb/marvell: remove conditional compilation of clk code
Viresh Kumar
1
-9
/
+0
2012-07-30
i2c/i2c-pxa: remove conditional compilation of clk code
Viresh Kumar
1
-7
/
+0
2012-07-30
clk: remove redundant depends on from drivers/Kconfig
Viresh Kumar
1
-1
/
+0
2012-07-30
clk: add non CONFIG_HAVE_CLK routines
Viresh Kumar
1
-59
/
+109
2012-07-30
avr32/mm/fault.c: port OOM changes to do_page_fault
Kautuk Consul
1
-8
/
+25
2012-07-30
alpha: remove mysterious if zero-ed out includes
Paul Bolle
1
-12
/
+0
2012-07-30
xtensa/mm/fault.c: port OOM changes to do_page_fault
Kautuk Consul
1
-5
/
+24
2012-07-30
coredump: warn about unsafe suid_dumpable / core_pattern combo
Kees Cook
3
-7
/
+45
2012-07-30
fs: make dumpable=2 require fully qualified path
Kees Cook
2
-9
/
+26
2012-07-30
fs/xattr.c:getxattr(): improve handling of allocation failures
Sasha Levin
1
-4
/
+12
2012-07-30
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
1
-17
/
+0
2012-07-30
prctl: remove redunant assignment of "error" to zero
Sasikantha babu
1
-11
/
+2
2012-07-30
pcdp: use early_ioremap/early_iounmap to access pcdp table
Greg Pearson
1
-2
/
+2
2012-07-30
mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()
Joonsoo Kim
1
-3
/
+3
2012-07-30
[media] lirc: fix non-ANSI function declaration warning
Emil Goode
1
-1
/
+1
2012-07-30
[media] rc: ati_remote.c: code style fixing
Du, Changbin
1
-53
/
+80
2012-07-30
[media] Avoid sysfs oops when an rc_dev's raw device is absent
Douglas Bagnall
1
-2
/
+3
2012-07-30
[media] v4l2-dev.c: Move video_put() after debug printk
Ezequiel GarcĂa
1
-6
/
+6
2012-07-30
[media] vivi: fix a few format-related compliance issues
Hans Verkuil
1
-17
/
+6
2012-07-30
[media] drivers/staging/media/easycap/easycap_main.c: add missing usb_free_urb
Julia Lawall
1
-0
/
+1
2012-07-31
md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.
majianpeng
1
-1
/
+1
2012-07-31
md/raid1: don't abort a resync on the first badblock.
NeilBrown
1
-1
/
+4
2012-07-30
[media] az6007: fix incorrect memcpy
Alan Cox
1
-1
/
+1
2012-07-31
md: remove duplicated test on ->openers when calling do_md_stop()
NeilBrown
1
-6
/
+2
2012-07-31
raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer
majianpeng
2
-2
/
+13
2012-07-31
md/raid1: prevent merging too large request
Shaohua Li
2
-7
/
+50
2012-07-31
md/raid1: read balance chooses idlest disk for SSD
Shaohua Li
1
-3
/
+31
[prev]
[next]