Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | ftrace: support for PowerPC | Steven Rostedt | 2008-05-23 | 10 | -8/+396 | |
| | | * | | | | | | ftrace: fix mcount export bug | Ingo Molnar | 2008-05-23 | 2 | -3/+17 | |
| | | * | | | | | | sparc64: add ftrace support. | David Miller | 2008-05-23 | 5 | -5/+156 | |
| | | * | | | | | | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable | Pekka Paalanen | 2008-05-23 | 1 | -9/+9 | |
| | | * | | | | | | x86_64: fix kernel rodata NX setting | Pekka Paalanen | 2008-05-23 | 1 | -1/+1 | |
| | | * | | | | | | x86: add a list for custom page fault handlers. | Pekka Paalanen | 2008-05-23 | 2 | -0/+64 | |
| | | * | | | | | | ftrace: dont write protect kernel text | Steven Rostedt | 2008-05-23 | 2 | -2/+12 | |
| | | * | | | | | | ftrace: fix the fault label in updating code | Steven Rostedt | 2008-05-23 | 1 | -2/+2 | |
| | | * | | | | | | ftrace: fix kexec | Ingo Molnar | 2008-05-23 | 2 | -0/+8 | |
| | | * | | | | | | ftrace: use dynamic patching for updating mcount calls | Steven Rostedt | 2008-05-23 | 3 | -5/+150 | |
| | | * | | | | | | ftrace: move memory management out of arch code | Steven Rostedt | 2008-05-23 | 1 | -154/+29 | |
| | | * | | | | | | ftrace: use nops instead of jmp | Steven Rostedt | 2008-05-23 | 2 | -18/+26 | |
| | | * | | | | | | ftrace: dynamic enabling/disabling of function calls | Steven Rostedt | 2008-05-23 | 2 | -0/+238 | |
| | | * | | | | | | ftrace: trace preempt off critical timings | Steven Rostedt | 2008-05-23 | 1 | -0/+3 | |
| | | * | | | | | | ftrace: trace irq disabled critical timings | Steven Rostedt | 2008-05-23 | 4 | -2/+68 | |
| | | * | | | | | | ftrace: add basic support for gcc profiler instrumentation | Arnaldo Carvalho de Melo | 2008-05-23 | 3 | -0/+65 | |
| | | * | | | | | | x86: add notrace annotations to vsyscall. | Steven Rostedt | 2008-05-23 | 3 | -9/+12 | |
| | | | |_|_|_|/ | | | |/| | | | | ||||||
* | | | | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 29 | -59/+180 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 479 | -6250/+10624 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bf561-coreb: BKL unneeded for open() | Jonathan Corbet | 2008-07-02 | 1 | -4/+1 | |
| * | | | | | | | | | x86-mce: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 | |
| * | | | | | | | | | uml-random: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 | |
| * | | | | | | | | | uml-mmapper: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+2 | |
| * | | | | | | | | | uml-harddog: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 | |
| * | | | | | | | | | sparc64-rtc: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -1/+6 | |
| * | | | | | | | | | sparc-apc: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+2 | |
| * | | | | | | | | | parisc-kernel-perf: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 | |
| * | | | | | | | | | mvme16x-rtc: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 | |
| * | | | | | | | | | microcode: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 | |
| * | | | | | | | | | crypto-prng: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 | |
| * | | | | | | | | | bvme6000-rtc: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -1/+6 | |
| * | | | | | | | | | bf561-coreb: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 | |
| * | | | | | | | | | basler-excite: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -1/+8 | |
| * | | | | | | | | | apm_32: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 | |
| * | | | | | | | | | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 2008-06-20 | 4 | -3/+8 | |
| * | | | | | | | | | Add "no BKL needed" comments to several drivers | Jonathan Corbet | 2008-06-20 | 2 | -2/+2 | |
| * | | | | | | | | | x86: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 2 | -12/+29 | |
| * | | | | | | | | | sh: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 1 | -3/+7 | |
| * | | | | | | | | | mips: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 3 | -11/+33 | |
| * | | | | | | | | | cris: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 5 | -27/+52 | |
* | | | | | | | | | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-07-14 | 202 | -13204/+18516 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | x86: make 64bit hpet_set_mapping to use ioremap too, v2 | Yinghai Lu | 2008-07-14 | 1 | -16/+4 | |
| * | | | | | | | | | x86: get x86_phys_bits early | Yinghai Lu | 2008-07-14 | 3 | -26/+8 | |
| * | | | | | | | | | x86: max_low_pfn_mapped fix #4 | Yinghai Lu | 2008-07-14 | 1 | -5/+2 | |
| * | | | | | | | | | x86: change _node_to_cpumask_ptr to return const ptr | Mike Travis | 2008-07-13 | 1 | -4/+4 | |
| * | | | | | | | | | x86: I/O APIC: remove an IRQ2-mask hack | Maciej W. Rozycki | 2008-07-13 | 3 | -21/+0 | |
| * | | | | | | | | | x86: fix numaq_tsc_disable calling | Yinghai Lu | 2008-07-13 | 3 | -3/+16 | |
| * | | | | | | | | | x86, e820: remove end_user_pfn | Yinghai Lu | 2008-07-13 | 1 | -17/+2 | |
| * | | | | | | | | | x86: max_low_pfn_mapped fix, #3 | Yinghai Lu | 2008-07-13 | 1 | -0/+14 | |
| * | | | | | | | | | x86: max_low_pfn_mapped fix, #2 | Yinghai Lu | 2008-07-13 | 4 | -6/+7 |