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
2009-08-24
sh: Fix overzealous checking in __ioremap()
Stuart Menefy
1
-8
/
+0
2009-08-24
sh: Fixes some write posting issues in the interrupt handling for SH
Stuart Menefy
2
-1
/
+8
2009-08-24
sh: Fix underflow in SH udelay() code.
Stuart Menefy
1
-2
/
+3
2009-08-24
sh: Add sys_cacheflush() call for SH CPUs.
Stuart Menefy
7
-5
/
+60
2009-08-24
sh: Improve comments int SH4 cache flushing code
Stuart Menefy
1
-0
/
+11
2009-08-24
sh: Optimise memcpy_to/fromio for SH4
Stuart Menefy
1
-21
/
+72
2009-08-24
sh: generic_in/outs{bwl} optimizations.
Stuart Menefy
1
-42
/
+8
2009-08-24
sh: Read from CCN_PVR instead of ROM for delay.
Stuart Menefy
1
-1
/
+5
2009-08-24
sh: Remove implicit sign extension from assembler immediates
Stuart Menefy
5
-6
/
+7
2009-08-24
sh: Allow for kernel command line concatenation.
Pawel Moll
2
-5
/
+28
2009-08-24
sh: Use internal watchdog timer to perform reset
Jon Frosdick
1
-0
/
+20
2009-08-24
sh: kgdb: do not reload VBR while handling debugger breackpoint
Giuseppe Cavallaro
1
-2
/
+0
2009-08-24
sh: Allow use of GENERIC_IOMAP
David McKay
3
-0
/
+18
2009-08-24
sh: Improve unwind info for signals
Carl Shaw
1
-1
/
+11
2009-08-24
sh: cleanup of do_address_error()
Andre Draszik
1
-10
/
+10
2009-08-24
sh: Allow user control over misaligned fixup handling
Andre Draszik
1
-0
/
+153
2009-08-24
sh: ratelimit unaligned fixups
Andre Draszik
1
-13
/
+4
2009-08-23
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Paul Mundt
337
-2097
/
+6016
2009-08-23
sh: drop static UIO clocks for sh7722, sh7723 and sh7724
Magnus Damm
3
-10
/
+10
2009-08-23
sh: let ARCH_SHMOBILE select PM and PM_RUNTIME
Magnus Damm
1
-0
/
+2
2009-08-23
sh: Fix section mismatch in platform bus notifier.
Paul Mundt
1
-3
/
+2
2009-08-23
uio: Runtime PM for UIO devices
Magnus Damm
1
-0
/
+54
2009-08-23
v4l2: Runtime PM for SuperH Mobile CEU
Magnus Damm
1
-16
/
+25
2009-08-23
video: Runtime PM for SuperH Mobile LCDC
Magnus Damm
1
-46
/
+110
2009-08-23
i2c: Runtime PM for SuperH Mobile I2C
Magnus Damm
1
-2
/
+37
2009-08-23
sh: Runtime PM for SuperH Mobile platform bus devices
Magnus Damm
4
-1
/
+317
2009-08-23
Merge branch 'sh/hwblk' into sh/pm-runtime
Paul Mundt
109
-1791
/
+6560
2009-08-23
PM: Run-time PM platform device bus support
Magnus Damm
1
-9
/
+37
2009-08-23
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
10
-11
/
+1689
2009-08-23
Merge branch 'master' into for-linus
Rafael J. Wysocki
32
-278
/
+459
2009-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-1
/
+3
2009-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
4
-134
/
+185
2009-08-22
sh: unwinder: cacheline align slab cache objects.
Paul Mundt
1
-2
/
+5
2009-08-21
Linux 2.6.31-rc7
Linus Torvalds
1
-1
/
+1
2009-08-21
Re-introduce page mapping check in mark_buffer_dirty()
Linus Torvalds
1
-2
/
+5
2009-08-22
Merge branch 'sh/dwarf-unwinder'
Paul Mundt
10
-130
/
+265
2009-08-22
sh64: dummy unwinder BUG wrappers.
Paul Mundt
1
-0
/
+5
2009-08-22
sh: unwinder: Use a special bug flag for unwinder traps.
Paul Mundt
4
-35
/
+24
2009-08-22
Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into ...
Paul Mundt
10
-105
/
+252
2009-08-22
sh: Export unwind_stack() to satisfy modular oprofile.
Paul Mundt
1
-0
/
+2
2009-08-21
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
13
-27
/
+85
2009-08-21
Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-7
/
+14
2009-08-21
x86: don't call '->send_IPI_mask()' with an empty mask
Linus Torvalds
1
-11
/
+10
2009-08-21
Make bitmask 'and' operators return a result code
Linus Torvalds
3
-24
/
+26
2009-08-21
x86: don't send an IPI to the empty set of CPU's
Linus Torvalds
1
-0
/
+3
2009-08-21
sh: Handle the DWARF op, DW_CFA_undefined
Matt Fleming
2
-2
/
+14
2009-08-21
sh: Fix bug calculating the end of the FDE instructions
Matt Fleming
1
-3
/
+4
2009-08-21
sh: Setup the frame pointer in handle_interrupt
Matt Fleming
1
-0
/
+2
2009-08-21
sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()
Matt Fleming
8
-26
/
+95
2009-08-21
sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSET
Matt Fleming
2
-1
/
+3
[next]