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-13
Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-101
/
+133
2012-07-13
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2
-4
/
+15
2012-07-13
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+14
2012-07-13
block: fix infinite loop in __getblk_slow
Jeff Moyer
1
-9
/
+13
2012-07-12
Input: xpad - add Andamiro Pump It Up pad
Yuri Khan
1
-0
/
+1
2012-07-12
hwmon: (it87) Preserve configuration register bits on init
Jean Delvare
1
-1
/
+1
2012-07-12
SH: Convert out[bwl] macros to inline functions
Corey Minyard
1
-3
/
+14
2012-07-11
Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6
Linus Torvalds
7
-22
/
+33
2012-07-11
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
38
-247
/
+197
2012-07-11
memblock: free allocated memblock_reserved_regions later
Yinghai Lu
3
-46
/
+47
2012-07-11
mm: sparse: fix usemap allocation above node descriptor section
Yinghai Lu
4
-7
/
+20
2012-07-11
mm: sparse: fix section usemap placement calculation
Yinghai Lu
1
-1
/
+1
2012-07-11
xtensa: fix incorrect memset
Alan Cox
1
-1
/
+1
2012-07-11
shmem: cleanup shmem_add_to_page_cache
Hugh Dickins
1
-30
/
+28
2012-07-11
shmem: fix negative rss in memcg memory.stat
Hugh Dickins
1
-12
/
+29
2012-07-11
tmpfs: revert SEEK_DATA and SEEK_HOLE
Hugh Dickins
1
-93
/
+1
2012-07-11
drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOT
Kevin Hilman
1
-1
/
+1
2012-07-11
fat: fix non-atomic NFS i_pos read
Steven J. Magnani
1
-7
/
+6
2012-07-11
MAINTAINERS: add OMAP CPUfreq driver to OMAP Power Management section
Kevin Hilman
1
-0
/
+1
2012-07-11
sgi-xp: nested calls to spin_lock_irqsave()
Dan Carpenter
1
-2
/
+2
2012-07-11
fs: ramfs: file-nommu: add SetPageUptodate()
Bob Liu
1
-0
/
+1
2012-07-11
drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning
Benoît Thébaudeau
1
-2
/
+3
2012-07-11
mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() fails
Wen Congyang
1
-1
/
+1
2012-07-11
h8300/uaccess: add mising __clear_user()
Geert Uytterhoeven
1
-0
/
+2
2012-07-11
h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()
Geert Uytterhoeven
1
-1
/
+0
2012-07-11
h8300/time: add missing #include <asm/irq_regs.h>
Geert Uytterhoeven
1
-0
/
+1
2012-07-11
h8300/signal: fix typo "statis"
Geert Uytterhoeven
1
-1
/
+1
2012-07-11
h8300/pgtable: add missing #include <asm-generic/pgtable.h>
Geert Uytterhoeven
1
-0
/
+3
2012-07-11
drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...
Lee Jones
1
-1
/
+7
2012-07-11
drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQ
Lee Jones
1
-1
/
+1
2012-07-11
mm, thp: abort compaction if migration page cannot be charged to memcg
David Rientjes
1
-1
/
+4
2012-07-11
c/r: prctl: less paranoid prctl_set_mm_exe_file()
Konstantin Khlebnikov
1
-6
/
+10
2012-07-11
ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()
Luis Henriques
1
-1
/
+1
2012-07-11
mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"
Geert Uytterhoeven
1
-2
/
+2
2012-07-11
mn10300: mm/dma-alloc.c needs <linux/export.h>
Geert Uytterhoeven
1
-0
/
+1
2012-07-11
mn10300: kernel/traps.c needs <linux/export.h>
Geert Uytterhoeven
1
-0
/
+1
2012-07-11
mn10300: kernel/internal.h needs <linux/irqreturn.h>
Geert Uytterhoeven
1
-0
/
+2
2012-07-11
mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOOD
Geert Uytterhoeven
1
-3
/
+0
2012-07-11
mn10300: move setup_jiffies_interrupt() to cevt-mn10300.c
Geert Uytterhoeven
7
-23
/
+12
2012-07-11
drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()
Devendra Naga
1
-1
/
+1
2012-07-11
memory hotplug: fix invalid memory access caused by stale kswapd pointer
Jiang Liu
2
-3
/
+6
2012-07-11
hrtimer: Update hrtimer base offsets each hrtimer_interrupt
John Stultz
1
-14
/
+14
2012-07-11
timekeeping: Provide hrtimer update function
Thomas Gleixner
2
-0
/
+35
2012-07-11
hrtimers: Move lock held region in hrtimer_interrupt()
Thomas Gleixner
1
-2
/
+3
2012-07-11
timekeeping: Maintain ktime_t based offsets for hrtimers
Thomas Gleixner
1
-2
/
+23
2012-07-11
timekeeping: Fix leapsecond triggered load spike issue
John Stultz
1
-0
/
+4
2012-07-11
hrtimer: Provide clock_was_set_delayed()
John Stultz
2
-1
/
+28
2012-07-11
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
1
-2
/
+7
2012-07-11
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
7
-17
/
+25
2012-07-11
media: mx2_camera: Fix mbus format handling
Javier Martin
1
-5
/
+22
[prev]
[next]