aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2009-04-01mm: enable hashdist by default on 64bit NUMAAnton Blanchard
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan
2009-04-01generic debug pageallocAkinobu Mita
2009-04-01memdup_user(): introduceLi Zefan
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro
2009-04-01get_mm_hiwater_xxx: trivial, s/define/inline/Oleg Nesterov
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan
2009-04-01Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31New helper - current_umask()Al Viro
2009-03-31New locking/refcounting for fs_structAl Viro
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro
2009-03-31ide: inline SELECT_DRIVE()Sergei Shtylyov
2009-03-31ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov
2009-03-31ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov
2009-03-31ide: turn set_irq() method into write_devctl() methodSergei Shtylyov
2009-03-31ide-floppy: use ide_pio_bytes()Bartlomiej Zolnierkiewicz
2009-03-31ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz
2009-03-31ide: sanitize ide_build_sglist() and ide_destroy_dmatable()Bartlomiej Zolnierkiewicz
2009-03-31ide: add ->dma_check methodBartlomiej Zolnierkiewicz
2009-03-31ide: add ide_dma_prepare() helperBartlomiej Zolnierkiewicz
2009-03-31ide: destroy DMA mappings after ending DMA (v2)Bartlomiej Zolnierkiewicz
2009-03-31ide: add ->dma_clear method and remove ->dma_timeout oneBartlomiej Zolnierkiewicz
2009-03-31ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requestsBartlomiej Zolnierkiewicz
2009-03-31ide-cd: use scatterlists for PIO transfers (fs requests)Bartlomiej Zolnierkiewicz
2009-03-31regulator: Support disabling of unused regulators by machinesMark Brown
2009-03-31regulator: Allow boot_on regulators to be disabled by clientsMark Brown
2009-03-31MMC: regulator utilitiesDavid Brownell
2009-03-31regulator: twl4030 regulatorsDavid Brownell
2009-03-31regulator: get_status() grows kerneldocDavid Brownell
2009-03-31regulator: enumerate voltages (v2)David Brownell
2009-03-31regulator: Allow regulators to set the initial operating modeMark Brown
2009-03-31regulator: email - update email address and regulator webpage.Liam Girdwood
2009-03-31regulator: fix header file missing kernel-docRandy Dunlap
2009-03-31regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown
2009-03-31regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown
2009-03-31regulator: Allow init data to be supplied for bq24022Mark Brown
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron
2009-03-31regulator: add get_status()David Brownell
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown
2009-03-31md: move most content from md.h to md_k.hNeilBrown
2009-03-31md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig