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-05-22
OMAPFB: remove compiler warnings when CONFIG_BUG=n
Tomi Valkeinen
2
-0
/
+2
2012-05-22
OMAPDSS: remove compiler warnings when CONFIG_BUG=n
Tomi Valkeinen
6
-5
/
+113
2012-05-22
OMAPDSS: DISPC: fix usage of dispc_ovl_set_accu_uv
Tomi Valkeinen
1
-3
/
+4
2012-05-22
OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displays
Tomi Valkeinen
3
-4
/
+6
2012-05-22
drm/i915: fix module unload since error_state rework
Daniel Vetter
1
-0
/
+2
2012-05-22
Merge branch 'for-next-arm-dma' into for-linus
Marek Szyprowski
9
-461
/
+1123
2012-05-22
powerpc: Fix irq distribution
Kim Phillips
1
-1
/
+1
2012-05-22
Revert "powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new P...
Benjamin Herrenschmidt
2
-87
/
+6
2012-05-22
powerpc: Fixing a cputhread code documentation
Anshuman Khandual
1
-1
/
+1
2012-05-22
ktest: Add README to explain what is in the examples directory
Steven Rostedt
1
-0
/
+32
2012-05-22
ktest: Add the snowball.conf example config
Steven Rostedt
1
-0
/
+53
2012-05-22
ktest: Add an example config that does cross compiling of several archs
Steven Rostedt
1
-0
/
+260
2012-05-22
ktest: Add kvm.conf example config
Steven Rostedt
1
-0
/
+88
2012-05-22
ktest: Add useful example configs
Steven Rostedt
6
-0
/
+517
2012-05-22
ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_config
Steven Rostedt
2
-1
/
+16
2012-05-22
unicore32: if there's no handler we need to restore sigmask, syscall or no sy...
Al Viro
1
-8
/
+5
2012-05-21
xtensa: add handling of TIF_NOTIFY_RESUME
Al Viro
3
-6
/
+20
2012-05-21
microblaze: drop 'oldset' argument of do_notify_resume()
Al Viro
3
-19
/
+11
2012-05-21
microblaze: handle TIF_NOTIFY_RESUME
Al Viro
3
-26
/
+38
2012-05-21
score: add handling of NOTIFY_RESUME to do_notify_resume()
Al Viro
1
-1
/
+8
2012-05-21
m68k: add TIF_NOTIFY_RESUME and handle it.
Al Viro
6
-7
/
+21
2012-05-21
fbdev: sh_mobile_lcdc: Don't confuse line size with pitch
Laurent Pinchart
2
-2
/
+4
2012-05-21
sparc: kill ancient comment in sparc_sigaction()
Al Viro
1
-5
/
+0
2012-05-21
h8300: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
frv: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
cris: missing checks of __get_user()/__put_user() return values
Al Viro
2
-12
/
+12
2012-05-21
powerpc: missing checks of __get_user()/__put_user() return values
Al Viro
1
-3
/
+3
2012-05-21
sh: missing checks of __get_user()/__put_user() return values
Al Viro
2
-22
/
+27
2012-05-21
sparc: missing checks of __get_user()/__put_user() return values
Al Viro
2
-10
/
+12
2012-05-21
avr32: struct old_sigaction is never used
Al Viro
1
-7
/
+0
2012-05-21
m32r: struct old_sigaction is never used
Al Viro
1
-7
/
+0
2012-05-21
xtensa: xtensa_sigaction doesn't exist
Al Viro
2
-9
/
+0
2012-05-21
alpha: tidy signal delivery up
Al Viro
1
-43
/
+26
2012-05-21
score: don't open-code force_sigsegv()
Al Viro
1
-3
/
+1
2012-05-21
cris: don't open-code force_sigsegv()
Al Viro
1
-8
/
+2
2012-05-21
blackfin: don't open-code force_sigsegv()
Al Viro
1
-3
/
+1
2012-05-21
avr32: need to clear RESTORE_SIGMASK on successful signal delivery
Al Viro
1
-0
/
+1
2012-05-21
microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too
Al Viro
1
-4
/
+0
2012-05-21
cris: SA_ONESHOT handling is done by get_signal_to_deliver()
Al Viro
1
-3
/
+0
2012-05-21
h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend
Al Viro
3
-59
/
+21
2012-05-21
h8300: don't change blocked signals' mask if setting frame up fails
Al Viro
1
-7
/
+11
2012-05-21
sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()
Al Viro
4
-71
/
+13
2012-05-21
xtensa: switch to generic rt_sigsuspend(2)
Al Viro
4
-43
/
+16
2012-05-22
md/bitmap: record the space available for the bitmap in the superblock.
NeilBrown
2
-1
/
+10
2012-05-22
md/raid10: Remove extras after reshape to smaller number of devices.
NeilBrown
1
-0
/
+13
2012-05-22
md/raid5: improve removal of extra devices after reshape.
NeilBrown
1
-5
/
+5
2012-05-22
md: check the return of mddev_find()
Yuanhan Liu
1
-0
/
+3
2012-05-22
MD RAID1: Further conditionalize 'fullsync'
Jonathan Brassow
1
-1
/
+2
2012-05-22
DM RAID: Use md_error() in place of simply setting Faulty bit
Jonathan Brassow
1
-1
/
+1
2012-05-22
DM RAID: Record and handle missing devices
Jonathan Brassow
1
-4
/
+7
[prev]
[next]