summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet1-1/+1
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara1-0/+22
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita1-1/+0
2008-02-06Avoid divide in IS_ALIGNHerbert Xu1-1/+1
2008-02-06PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storageEric Dumazet1-1/+1
2008-02-06Document I_SYNC and I_DATASYNCJoern Engel1-4/+4
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa1-8/+0
2008-02-06log2.h: Define order_base_2() macro for convenience.Robert P. J. Day1-0/+16
2008-02-06proper prototype for vty_init()Adrian Bunk1-0/+1
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-0/+1
2008-02-06proper prototype for signals_init()Adrian Bunk1-0/+2
2008-02-06read_current_timer() cleanupsAndrew Morton1-0/+2
2008-02-06scheduled OSS driver removalAdrian Bunk1-7/+0
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-0/+2
2008-02-06Allow auto-destruction of loop devicesDavid Woodhouse1-0/+1
2008-02-06Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke1-2/+2
2008-02-06hash: add explicit u32 and u64 versions of hashMatthew Wilcox1-15/+27
2008-02-06ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz1-0/+7
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz1-0/+14
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz1-11/+0
2008-02-06ide: remove write-only ->sata_misc[] from ide_hwif_tBartlomiej Zolnierkiewicz1-5/+0
2008-02-06Palmchip BK3710 IDE driverAnton Salnikov1-2/+3
2008-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+4
2008-02-05Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+2
2008-02-05mac68k: add nubus card definitions and a typo fixFinn Thain1-1/+3
2008-02-05leds: add possibility to remove leds classdevs during suspend/resumeRafael J. Wysocki1-1/+9
2008-02-05HWRNG: add possibility to remove hwrng devices during suspend/resumeRafael J. Wysocki1-1/+9
2008-02-05Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki1-1/+9
2008-02-05latency.c: use QoS infrastructureMark Gross1-25/+0
2008-02-05pm qos infrastructure and interfaceMark Gross1-0/+25
2008-02-05make kernel_shutdown_prepare() staticAdrian Bunk1-2/+0
2008-02-05Smack: Simplified Mandatory Access Control KernelCasey Schaufler1-3/+23
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn6-11/+27
2008-02-05Remove unnecessary include from include/linux/capability.hAndrew Morgan1-1/+0
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-66/+155
2008-02-05revert "capabilities: clean up file capability reading"Andrew Morton1-2/+4
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2-12/+10
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-0/+1
2008-02-05mm: fix PageUptodate data raceNick Piggin2-7/+39
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana1-0/+1
2008-02-05Page allocator: get rid of the list of cold pagesChristoph Lameter1-1/+1
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter2-1/+2
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall1-1/+2
2008-02-05maps4: introduce a generic page walkerMatt Mackall1-0/+22
2008-02-05maps4: move is_swap_pteMatt Mackall1-0/+6
2008-02-05maps4: rework TASK_SIZE macrosDave Hansen1-0/+4
2008-02-05tmpfs: move swap swizzling into shmemHugh Dickins1-11/+4
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins1-3/+3
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins1-12/+7
2008-02-05VM: allow get_page_unless_zero on compound pagesChristoph Lameter1-1/+1