aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-20Merge branch 'x86/urgent' into x86/coreIngo Molnar15-27/+65
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-5/+4
2009-02-18Bernhard has movedBernhard Walle1-1/+1
2009-02-18jsm: additional device supportAdam Lackorzynski1-0/+1
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-1/+1
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-3/+16
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-0/+2
2009-02-18mm: task dirty accounting fixNick Piggin1-0/+1
2009-02-18timerfd: add flags checkDavide Libenzi1-4/+12
2009-02-18seq_file: properly cope with preadEric Biederman1-0/+1
2009-02-18vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flagsPaul Turner1-6/+12
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+4
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe3-5/+4
2009-02-17Add support for VT6415 PCIE PATA IDE Host ControllerZlatko Calusic1-0/+1
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-02-17FRV: __pte_to_swp_entry doesn't expand correctlyRoel Kluin1-1/+1
2009-02-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+2
2009-02-17Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/coreIngo Molnar35-183/+433
2009-02-16[IA64] fix __apci_unmap_tableYinghai Lu1-1/+1
2009-02-15Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar3-53/+25
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+1
2009-02-15KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity1-5/+5
2009-02-13Merge branch 'core/header-fixes' into x86/headersIngo Molnar9-43/+50
2009-02-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-51/+23
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-0/+1
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/coreIngo Molnar3-0/+6
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar2-1/+16
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar25-103/+169
2009-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+2
2009-02-12net: don't use in_atomic() in gfp_any()Andrew Morton1-1/+1
2009-02-11syscall define: fix uml compile bugHeiko Carstens1-14/+14
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan1-0/+1
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-36/+39
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-0/+1
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra1-12/+1
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra1-0/+1
2009-02-10pkt_sched: type should be __u32 in headerChuck Ebbert1-1/+1
2009-02-10hugetlbfs: fix build failure with !CONFIG_HUGETLBFSStefan Richter1-3/+3
2009-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+12
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2-4/+4
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara1-1/+2
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo1-0/+9
2009-02-10sound: Remove OSSlib stuff from linux/soundcard.hArnd Bergmann1-51/+23
2009-02-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+2
2009-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+7
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin1-0/+5
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar103-100/+230
2009-02-09acpi/x86: introduce __apci_map_table, v4Yinghai Lu3-0/+6
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar1-9/+20
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst1-1/+7