| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Merge branch 'linus' into timers/nohz | Ingo Molnar | 2008-07-18 | 5 | -56/+64 |
| | |\ |
|
| | * | | nohz: prevent tick stop outside of the idle loop | Thomas Gleixner | 2008-07-18 | 1 | -1/+1 |
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-07-24 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | fix core/stacktrace changes on avr32, mips, sh | Heiko Carstens | 2008-07-18 | 1 | -0/+1 |
| | | |/
| | |/| |
|
| * | | | sysdev: Pass the attribute to the low level sysdev show/store function | Andi Kleen | 2008-07-21 | 1 | -13/+25 |
| |/ / |
|
* | | | avr32: allow system timer to share interrupt to make OProfile work | Voss, Nikolaus | 2008-07-25 | 1 | -1/+5 |
|/ / |
|
* | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2008-07-15 | 1 | -0/+1 |
|\ \ |
|
| * | | stacktrace: export save_stack_trace[_tsk] | Ingo Molnar | 2008-07-03 | 1 | -0/+1 |
* | | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2008-07-14 | 1 | -2/+0 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into core/rodata | Ingo Molnar | 2008-06-16 | 1 | -0/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | move BUG_TABLE into RODATA | Jan Beulich | 2008-05-25 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | avr32: Cover the kernel page tables in the user PGDs | Haavard Skinnemoen | 2008-07-02 | 1 | -10/+32 |
* | | | avr32: Store virtual addresses in the PGD | Haavard Skinnemoen | 2008-07-02 | 2 | -25/+24 |
* | | | avr32: Kill special exception handler sections | Haavard Skinnemoen | 2008-06-27 | 2 | -12/+5 |
* | | | avr32: Clean up time.c #includes | Haavard Skinnemoen | 2008-06-27 | 1 | -11/+3 |
* | | | avr32: Fix sigaltstack behaviour | Martin Koegler | 2008-06-27 | 1 | -0/+3 |
| |/
|/| |
|
* | | avr32: export strnlen_user | Adrian Bunk | 2008-05-26 | 1 | -0/+2 |
* | | avr32: export copy_page | Adrian Bunk | 2008-05-26 | 1 | -0/+2 |
|/ |
|
* | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 1 | -13/+0 |
* | avr32: use kbuild.h macros instead of defining macros in asm-offsets.c | Christoph Lameter | 2008-04-29 | 1 | -8/+1 |
* | atmel_lcdfb: don't initialize a pre-allocated framebuffer | Haavard Skinnemoen | 2008-04-28 | 1 | -0/+2 |
* | avr32: Add hardware power-down function call | Peter Ma | 2008-04-19 | 1 | -0/+2 |
* | avr32: Generic clockevents support | David Brownell | 2008-04-19 | 1 | -129/+80 |
* | avr32: Move sleep code into mach-at32ap | Haavard Skinnemoen | 2008-04-19 | 2 | -22/+2 |
* | avr32: start clocksource cleanup | David Brownell | 2008-04-19 | 1 | -37/+8 |
* | Generic semaphore implementation | Matthew Wilcox | 2008-04-17 | 2 | -149/+1 |
* | avr32: Fix bug in early resource allocation code | Haavard Skinnemoen | 2008-03-27 | 1 | -0/+1 |
* | avr32: Build fix for CONFIG_BUG=n | Haavard Skinnemoen | 2008-03-13 | 1 | -0/+4 |
* | avr32: Fix OCD refcounting bug | Haavard Skinnemoen | 2008-02-27 | 1 | -0/+1 |
* | avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loop | Haavard Skinnemoen | 2008-02-15 | 1 | -0/+3 |
* | libfs: allow error return from simple attributes | Christoph Hellwig | 2008-02-08 | 1 | -7/+11 |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 1 | -2/+4 |
* | Fix timerfd breakage on avr32 | Haavard Skinnemoen | 2008-02-05 | 1 | -1/+1 |
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk... | Linus Torvalds | 2008-01-25 | 10 | -46/+352 |
|\ |
|
| * | [AVR32] NMI debugging | Haavard Skinnemoen | 2008-01-25 | 4 | -3/+112 |
| * | [AVR32] constify function pointer tables | Jan Engelhardt | 2008-01-25 | 1 | -1/+1 |
| * | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesg | Haavard Skinnemoen | 2008-01-25 | 1 | -26/+68 |
| * | [AVR32] Enable debugging only when needed | Haavard Skinnemoen | 2008-01-25 | 5 | -9/+171 |
| * | [AVR32] Remove redundant try_to_freeze() call from do_signal() | Haavard Skinnemoen | 2008-01-25 | 1 | -7/+0 |
* | | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 1 | -1/+1 |
|/ |
|
* | [AVR32] Fix wrong pt_regs in critical exception handler | Haavard Skinnemoen | 2007-12-07 | 1 | -2/+2 |
* | [AVR32] Follow the rules when dealing with the OCD system | Haavard Skinnemoen | 2007-12-07 | 4 | -227/+323 |
* | [AVR32] Clean up OCD register usage | Haavard Skinnemoen | 2007-12-07 | 5 | -33/+35 |
* | [AVR32] Implement irqflags trace and lockdep support | Haavard Skinnemoen | 2007-12-07 | 1 | -19/+35 |
* | [AVR32] Implement stacktrace support | Haavard Skinnemoen | 2007-12-07 | 2 | -0/+54 |
* | [AVR32] Fix invalid status register bit definitions in asm/ptrace.h | Haavard Skinnemoen | 2007-12-07 | 1 | -2/+3 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 1 | -0/+2 |