summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-139-43/+50
|\
| * unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput2009-02-081-1/+2
| * make linux/types.h as assembly safeJaswinder Singh Rajput2009-02-061-1/+2
| * headers_check fix cleanup: linux/reiserfs_fs.hJaswinder Singh Rajput2009-02-031-34/+28
| * headers_check fix cleanup: linux/nubus.hJaswinder Singh Rajput2009-02-031-1/+1
| * headers_check fix cleanup: linux/coda_psdev.hJaswinder Singh Rajput2009-02-031-1/+1
| * headers_check fix: linux/reinserfs_fs.hJaswinder Singh Rajput2009-02-021-0/+8
| * headers_check fix: linux/socket.hJaswinder Singh Rajput2009-02-021-2/+4
| * headers_check fix: linux/nubus.hJaswinder Singh Rajput2009-02-021-0/+2
| * headers_check fix: linux/in6.hJaswinder Singh Rajput2009-02-021-1/+1
| * headers_check fix: linux/coda_psdev.hJaswinder Singh Rajput2009-02-021-8/+7
| * headers_check fix: mn10300, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * headers_check fix: m32r, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * headers_check fix: frv, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| |
| \
*-. \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-0/+1
|\ \ \
| | * | x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-0/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----------. \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-133-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-093-0/+6
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-132-1/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-101-0/+9
| * | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09103-100/+230
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst2009-02-091-1/+7
* | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-1325-103/+169
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | syscall define: fix uml compile bugHeiko Carstens2009-02-111-14/+14
| * | | | | | | | | | cgroups: fix lockdep subclasses overflowLi Zefan2009-02-111-0/+1
| * | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-02-112-36/+39
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra2009-02-111-12/+1
| | * | | | | | | | | | timers: split process wide cpu clocks/timers, fixPeter Zijlstra2009-02-111-0/+1
| | * | | | | | | | | | timers: split process wide cpu clocks/timers, remove spurious warningIngo Molnar2009-02-061-2/+0
| | * | | | | | | | | | timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-052-29/+36
| | * | | | | | | | | | signal: re-add dead task accumulation stats.Peter Zijlstra2009-02-051-1/+9
| * | | | | | | | | | | hugetlbfs: fix build failure with !CONFIG_HUGETLBFSStefan Richter2009-02-101-3/+3
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-101-0/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller2009-02-061-0/+12
| * | | | | | | | | | | | Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-102-4/+4
| * | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-091-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | drm/i915: add fence register management to execbufJesse Barnes2009-02-081-0/+2
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-02-092-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | crypto: shash - Fix tfm destructionHerbert Xu2009-02-051-1/+1
| | * | | | | | | | | | | | crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-1/+6
| * | | | | | | | | | | | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-091-0/+5
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-081-3/+5
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-041-1/+1
| * | | | | | | | | | | | | module: remove over-zealous check in __module_get()Rusty Russell2009-02-071-1/+0
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-07295-15460/+510
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | atyfb: fix CONFIG_ namespace violationsRandy Dunlap2009-02-053-23/+23
| | | | | * | | | | | | | | | | | | wait: prevent exclusive waiter starvationJohannes Weiner2009-02-051-2/+9
| | | | | * | | | | | | | | | | | | fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi2009-02-051-0/+15
| | | | | * | | | | | | | | | | | | generic swap(): don't return a value from swap()Peter Zijlstra2009-02-051-1/+2
OpenPOWER on IntegriCloud