aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19stacktrace: fix header file for !CONFIG_STACKTRACEJohannes Berg1-1/+1
2007-07-19lockstat: measure lock bouncingPeter Zijlstra1-1/+16
2007-07-19lockdep: various fixesPeter Zijlstra1-1/+2
2007-07-19lockstat: core infrastructurePeter Zijlstra1-0/+53
2007-07-19fix raw_spinlock_t vs lockdepPeter Zijlstra2-10/+3
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes3-81/+0
2007-07-19coda: remove struct coda_sb_infoJan Harkes1-7/+2
2007-07-19coda: block signals during upcall processingJan Harkes1-1/+0
2007-07-19i386: Put allocated ELF notes in read-only data segmentRoland McGrath1-1/+5
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+14
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2-3/+10
2007-07-19fs: remove path_walk exportJosef 'Jeff' Sipek1-1/+0
2007-07-19fs: mark link_path_walk staticJosef 'Jeff' Sipek1-1/+0
2007-07-19fs: introduce vfs_path_lookupJosef 'Jeff' Sipek1-0/+2
2007-07-19mm: variable length argument supportOllie Wild2-6/+21
2007-07-19audit: rework execve auditPeter Zijlstra1-0/+1
2007-07-19arch: personality independent stack topPeter Zijlstra22-1/+28
2007-07-19define new percpu interface for shared dataFenghua Yu8-0/+59
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman1-0/+1
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman7-9/+3
2007-07-19jprobes: make struct jprobe.entry a void *Michael Ellerman1-1/+1
2007-07-19readahead: sanify file_ra_state namesFengguang Wu1-55/+6
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-6/+14
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu1-1/+3
2007-07-19readahead: remove the old algorithmFengguang Wu2-17/+1
2007-07-19readahead: on-demand readahead logicFengguang Wu1-0/+6
2007-07-19readahead: data structure and routinesFengguang Wu1-0/+64
2007-07-19readahead: introduce PG_readaheadFengguang Wu1-0/+5
2007-07-19AIO sparse fix (type of ki_flags)David Brownell1-1/+1
2007-07-19unregister_chrdev() return voidAkinobu Mita1-1/+1
2007-07-19PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek1-2/+1
2007-07-19PM: Optional beeping during resume from suspend to RAMNigel Cunningham1-0/+1
2007-07-19PM: Introduce pm_power_off_prepareRafael J. Wysocki1-0/+1
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki2-5/+49
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki1-4/+5
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki1-0/+4
2007-07-19Remove alloc_zeroed_user_highpage()Mel Gorman1-15/+0
2007-07-19mm: fault feedback #2Nick Piggin1-45/+13
2007-07-19mm: fault feedback #1Nick Piggin1-34/+50
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-7/+34
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-0/+6
2007-07-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+1
2007-07-18Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-19/+27
2007-07-18Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6Linus Torvalds1-0/+91
2007-07-18Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields1-1/+1
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields1-0/+1
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields1-0/+1
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields1-1/+1
2007-07-18UIO: Add the User IO core codeHans J. Koch1-0/+91