aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt
2009-04-01rtc: convert LEAP_YEAR into an inlineAndrew Morton
2009-04-01autofs4: fix kernel includesIan Kent
2009-04-01spi_mpc83xx: add OF platform driver bindingsAnton Vorontsov
2009-04-01spi_mpc83xx: rework chip selects handlingAnton Vorontsov
2009-04-01epoll keyed wakeups: introduce new *_poll() wakeup macrosDavide Libenzi
2009-04-01epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi
2009-04-01eventfd: improve support for semaphore-like behaviorDavide Libenzi
2009-04-01introduce pr_cont() macroCyrill Gorcunov
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen
2009-04-01loop: add ioctl to resize a loop deviceJ. R. Okajima
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm
2009-04-01shmem: writepage directly to swapHugh Dickins
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
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