Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | udf: move headers out include/linux/ | Christoph Hellwig | 16 | -216/+142 |
2008-04-17 | udf: kill useless file header comments for vfs method implementations | Christoph Hellwig | 5 | -178/+1 |
2008-04-17 | udf: kill udf_set_blocksize | Christoph Hellwig | 1 | -39/+4 |
2008-03-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 6 | -54/+97 |
2008-03-02 | firewire: fix crash in automatic module unloading | Stefan Richter | 5 | -18/+35 |
2008-03-02 | firewire: potentially invalid pointers used in fw_card_bm_work | Stefan Richter | 2 | -17/+35 |
2008-03-02 | firewire: fw-sbp2: better fix for NULL pointer dereference in scsi_remove_device | Stefan Richter | 1 | -19/+27 |
2008-03-01 | [PATCH] drop EOE records from printk | Steve Grubb | 1 | -6/+8 |
2008-03-01 | [RFC] AUDIT: do not panic when printk loses messages | Eric Paris | 1 | -1/+4 |
2008-03-01 | [PATCH] Audit: Fix the format type for size_t variables | Paul Moore | 1 | -1/+1 |
2008-03-01 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -14/+73 |
2008-03-01 | [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore() | Jeff Garzik | 1 | -0/+10 |
2008-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 9 | -17/+15 |
2008-03-01 | [ARM] 4843/1: Add GCR_CLKBPB for PXA3xx | Mark Brown | 1 | -0/+3 |
2008-03-01 | [ARM] 4842/1: pxa: remove redundant IRQ saving/restoring in clk_pxa3xx_cken_* | eric miao | 1 | -8/+0 |
2008-03-01 | [ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zylonite | eric miao | 1 | -1/+1 |
2008-03-01 | [ARM] 4840/1: pxa: fix the typo in get_irqnr_and_base | eric miao | 1 | -1/+1 |
2008-03-01 | [ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with... | Alexandre Rusev | 1 | -0/+2 |
2008-03-01 | [ARM] eliminate MODULE_PARM() usage | Randy Dunlap | 1 | -1/+1 |
2008-03-01 | [ARM] 4838/1: Fix kexec for SA1100 machines | Thomas Kunze | 1 | -1/+1 |
2008-03-01 | [ARM] 4837/1: make __get_unaligned_*() return unsigned types | Lennert Buytenhek | 1 | -4/+4 |
2008-03-01 | [ARM] 4836/1: Make ATAGS_PROC depend on KEXEC | Uli Luckas | 1 | -1/+2 |
2008-02-29 | rcupreempt: remove never-migrates assumption from rcu_process_callbacks() | Paul E. McKenney | 1 | -2/+4 |
2008-02-29 | rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplug | Paul E. McKenney | 1 | -1/+2 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 7 | -10/+266 |
2008-02-29 | xen: mask out SEP from CPUID | Jeremy Fitzhardinge | 1 | -0/+1 |
2008-02-29 | x86 ptrace: fix ptrace_bts_config structure declaration | Dave Anderson | 1 | -4/+4 |
2008-02-29 | x86: disable BTS ptrace extensions for now | Ingo Molnar | 3 | -0/+16 |
2008-02-29 | x86: CPA: avoid split of alias mappings | Thomas Gleixner | 1 | -10/+11 |
2008-02-29 | x86: delay the export removal of init_mm | Ingo Molnar | 2 | -0/+13 |
2008-02-29 | x86: fix leak un ioremap_page_range() failure | Ingo Molnar | 1 | -1/+1 |
2008-02-29 | x86 vdso: fix build locale dependency | Roland McGrath | 1 | -2/+4 |
2008-02-29 | x86: restore vsyscall64 prochandler | Thomas Gleixner | 1 | -1/+10 |
2008-02-29 | x86: fix pmd_bad and pud_bad to support huge pages | Hans Rosenfeld | 2 | -3/+7 |
2008-02-29 | x86: tls prevent_tail_call | Roland McGrath | 1 | -2/+6 |
2008-02-29 | softlockup: fix task state setting | Dmitry Adamushko | 1 | -6/+7 |
2008-02-29 | rcu: add support for dynamic ticks and preempt rcu | Steven Rostedt | 6 | -4/+259 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-fix-2.6 | Linus Torvalds | 16 | -27/+88 |
2008-02-29 | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 4 | -1/+8 |
2008-02-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 35 | -560/+504 |
2008-02-29 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 5 | -12/+12 |
2008-02-29 | let __dec_zone_page_state use __dec_zone_state | Uwe Kleine-König | 1 | -2/+1 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 30 | -83/+101 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 101 | -1590/+3090 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 5 | -20/+16 |
2008-02-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 8 | -30/+39 |
2008-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 11 | -178/+54 |
2008-02-29 | Fix hpet_(un)register_irq_handler() for emulation | David Howells | 1 | -2/+2 |
2008-02-29 | elfcore-compat fix uid/gid types | Roland McGrath | 1 | -2/+2 |
2008-02-29 | [ALSA] intel8x0 - Add quirk for Compaq Deskpro EN | Takashi Iwai | 1 | -0/+6 |