index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-01
sh: Move the shared INTC code out to drivers/sh/
Paul Mundt
3
-804
/
+2
2008-10-01
sh: Use __raw_xxx() I/O accessors for INTC and IPR.
Paul Mundt
2
-14
/
+14
2008-10-01
sh: Fix up the __raw_read/writeX() definitions.
Paul Mundt
2
-45
/
+40
2008-09-29
sh: Use clk fwk for preset lpj on sh64, too.
Paul Mundt
1
-1
/
+0
2008-09-29
sh: SH-5 clk fwk support.
Paul Mundt
3
-161
/
+91
2008-09-29
sh: sh_ksyms_64 needs __strncpy_from_user() definition.
Paul Mundt
1
-0
/
+2
2008-09-29
sh: Fix up signal_64 cast warnings.
Paul Mundt
1
-2
/
+2
2008-09-29
sh: Fix up uaccess_64 put/get_user() cast warnings.
Paul Mundt
1
-8
/
+16
2008-09-24
sh: Force pending restarted system calls to return -EINTR.
Paul Mundt
2
-6
/
+18
2008-09-24
sh: ap325rxa: create CPLD data area in mtd
Nobuhiro Iwamatsu
1
-10
/
+23
2008-09-21
sh: Add FPU registers to regset interface.
Paul Mundt
5
-9
/
+108
2008-09-21
sh: Add missing asm/ftrace.h.
Paul Mundt
1
-0
/
+8
2008-09-21
sh: ftrace support.
Paul Mundt
4
-0
/
+54
2008-09-21
sh: Trivial trace_mark() instrumentation for core events.
Paul Mundt
4
-28
/
+50
2008-09-21
sh: Kill off duplicate page fault notifiers in slow path.
Paul Mundt
1
-7
/
+4
2008-09-21
sh: Look up the trap vector for the page fault notifier.
Paul Mundt
1
-9
/
+4
2008-09-21
sh: Move lookup_exception_vector() out to asm/system_32.h.
Paul Mundt
2
-12
/
+29
2008-09-21
sh: edosk7760: Correct size of bootloader flash partition.
Luca Santini
1
-5
/
+6
2008-09-21
sh: Add a few more definitions to asm/sizes.h.
Paul Mundt
1
-0
/
+5
2008-09-21
sh: Copy in asm/sizes.h helper from ARM.
Paul Mundt
1
-0
/
+56
2008-09-20
sh: Support kernel stacks smaller than a page.
Paul Mundt
2
-18
/
+43
2008-09-20
sh: Disable 4kB stacks when using PAGE_SIZE_64KB.
Paul Mundt
1
-1
/
+1
2008-09-17
sh: HAVE_IOREMAP_PROT depends on MMU.
Paul Mundt
1
-1
/
+1
2008-09-17
sh: Fix up headers_check regression.
Paul Mundt
1
-3
/
+0
2008-09-17
sh: Consolidate struct sh_cpuinfo definitions across _32/_64 split.
Paul Mundt
3
-61
/
+39
2008-09-17
sh: Fix up signal_64 conflicting handle_signal() definition.
Paul Mundt
1
-0
/
+4
2008-09-17
sh: Make memory hot-add and hot-remove depend on MMU.
Paul Mundt
1
-2
/
+2
2008-09-17
sh: Fix up fpu emu build.
Paul Mundt
1
-5
/
+3
2008-09-13
sh: latencytop support.
Paul Mundt
2
-1
/
+26
2008-09-12
sh: Tidy up ELF core dumps.
Paul Mundt
4
-40
/
+0
2008-09-12
sh: Check SR.DSP bit for DSP regset validity.
Paul Mundt
1
-0
/
+9
2008-09-12
sh: Add missing task_user_regset_view() definition.
Paul Mundt
1
-0
/
+5
2008-09-12
sh: Add DSP registers to regset interface.
Paul Mundt
4
-31
/
+65
2008-09-12
sh: Fix up NUMA build error with se7722_defconfig.
Paul Mundt
2
-1
/
+3
2008-09-12
sh: Enable HAVE_ARCH_TRACEHOOK.
Paul Mundt
1
-0
/
+1
2008-09-12
sh: Provide the asm/syscall.h interface, needed by tracehook.
Paul Mundt
3
-0
/
+126
2008-09-12
sh: provide user_stack_pointer(), needed for tracehook support.
Paul Mundt
2
-0
/
+4
2008-09-12
sh: Flag T-bit for syscall restart.
Paul Mundt
1
-22
/
+31
2008-09-12
sh: ioremap_prot support.
Paul Mundt
4
-0
/
+6
2008-09-12
sh: ptrace: Introduce user_regset interface for gp regs.
Paul Mundt
3
-18
/
+115
2008-09-12
sh: Provide a fixed UTS_MACHINE definition for sh64.
Paul Mundt
1
-0
/
+2
2008-09-12
sh: update edosk7760 defconfig for physmap-flash.
Luca Santini
1
-13
/
+13
2008-09-12
sh: edosk7760 physmap-flash support.
Luca Santini
1
-1
/
+49
2008-09-10
sh: intc_prio_data() test before subtraction on unsigned
roel kluin
1
-4
/
+6
2008-09-09
sh: kprobes: kretprobe_trampoline needs to be global.
Paul Mundt
1
-1
/
+3
2008-09-09
sh: Add R2D+ defconfig for qemu system emulator.
Paul Mundt
1
-0
/
+909
2008-09-08
sh: Derive calibrate_delay lpj from clk fwk.
Paul Mundt
2
-1
/
+22
2008-09-08
sh: kprobes: __kprobes annotations and formatting cleanups.
Paul Mundt
1
-17
/
+20
2008-09-08
sh: kprobes: Fix up race against probe point removal.
Paul Mundt
1
-0
/
+11
2008-09-08
sh: kprobes: Fix up a preemption imbalance on jprobe return.
Paul Mundt
1
-0
/
+1
[next]