| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -5/+0 |
* | [AVR32] Fix random segfault with preemption | Philippe Rétornaz | 2007-10-11 | 1 | -1/+25 |
* | [AVR32] Remove unneeded 8K alignment of .text section | Haavard Skinnemoen | 2007-10-11 | 1 | -1/+0 |
* | [AVR32] Kill a few hardcoded constants in vmlinux.lds | Haavard Skinnemoen | 2007-10-11 | 1 | -3/+5 |
* | [AVR32] rename vmlinux.lds | Sam Ravnborg | 2007-10-11 | 2 | -5/+0 |
* | [AVR32] fix command line parsing in early_parse_fbmem | Matteo Vit | 2007-10-11 | 1 | -1/+1 |
* | [AVR32] Correct misspelled CONFIG_BLK_DEV_INITRD variable. | Robert P. J. Day | 2007-07-18 | 1 | -1/+1 |
* | [AVR32] Fix build error in parse_tag_rdimg() | Haavard Skinnemoen | 2007-07-18 | 1 | -1/+1 |
* | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -5/+1 |
* | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -6/+1 |
* | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | generic bug: use show_regs() instead of dump_stack() | Heiko Carstens | 2007-07-16 | 1 | -1/+1 |
* | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | [AVR32] Wire up signalfd, timerfd and eventfd | Haavard Skinnemoen | 2007-05-13 | 1 | -0/+3 |
* | [AVR32] optimize pagefault path | Christoph Hellwig | 2007-05-13 | 1 | -6/+1 |
* | [AVR32] Remove bogus comment in arch/avr32/kernel/irq.c | Haavard Skinnemoen | 2007-05-13 | 1 | -9/+0 |
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 | Linus Torvalds | 2007-05-09 | 3 | -2/+3 |
|\ |
|
| * | [AVR32] Wire up sys_utimensat | Haavard Skinnemoen | 2007-05-09 | 1 | -0/+1 |
| * | [AVR32] Fix section mismatch .taglist -> .init.text | Haavard Skinnemoen | 2007-05-09 | 1 | -1/+1 |
| * | AVR32: Spinlock initializer cleanup | Thomas Gleixner | 2007-05-09 | 1 | -1/+1 |
* | | wrap access to thread_info | Roman Zippel | 2007-05-09 | 2 | -4/+4 |
|/ |
|
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 3 | -17/+3 |
* | [AVR32] Optimize the TLB miss handler | Haavard Skinnemoen | 2007-04-27 | 1 | -30/+24 |
* | [AVR32] Get rid of board_setup_fbmem() | Haavard Skinnemoen | 2007-04-27 | 1 | -5/+2 |
* | [AVR32] Reserve framebuffer memory in early_parse_fbmem() | Haavard Skinnemoen | 2007-04-27 | 1 | -7/+61 |
* | [AVR32] Simplify early handling of memory regions | Haavard Skinnemoen | 2007-04-27 | 1 | -263/+232 |
* | [AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.c | Haavard Skinnemoen | 2007-04-27 | 1 | -0/+238 |
* | [AVR32] Fix NMI handler | Haavard Skinnemoen | 2007-04-27 | 1 | -3/+25 |
* | [AVR32] Clean up exception handling code | Haavard Skinnemoen | 2007-04-27 | 4 | -318/+311 |
* | [AVR32] Clean up cpu identification and add features bitmap | Haavard Skinnemoen | 2007-04-27 | 1 | -20/+44 |
* | [AVR32] Put cpu in sleep 0 when idle. | Hans-Christian Egtvedt | 2007-04-27 | 2 | -7/+40 |
* | [AVR32] Change system timer from count-compare to Timer/Counter 0 | Hans-Christian Egtvedt | 2007-04-27 | 1 | -73/+77 |
* | [AVR32] Fix bogus ti->flags manipulation in debug handler | Haavard Skinnemoen | 2007-03-07 | 1 | -2/+2 |
* | [AVR32] show_trace: Only walk valid stack addresses | Haavard Skinnemoen | 2007-03-07 | 1 | -23/+29 |
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 | Linus Torvalds | 2007-02-16 | 1 | -9/+13 |
|\ |
|
| * | [AVR32] Remove unnecessary sys_nfsservctl conditional | Haavard Skinnemoen | 2007-02-16 | 1 | -4/+0 |
| * | [AVR32] Wire up the SysV IPC calls properly | Haavard Skinnemoen | 2007-02-16 | 1 | -5/+13 |
* | | [PATCH] clocksource: fixup is_continous changes on AVR32 | Thomas Gleixner | 2007-02-16 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Dynamic kernel command-line: avr32 | Alon Bar-Lev | 2007-02-12 | 1 | -3/+3 |
* | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 2007-02-11 | 1 | -9/+0 |