index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
include/linux/hdreg.h: remove unused defines
Bartlomiej Zolnierkiewicz
1
-58
/
+0
2009-04-01
include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-04-01
include/linux/hdreg.h: cover struct hd_driveid with #ifndef/#endif __KERNEL__
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-04-01
Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
6
-42
/
+89
2009-04-01
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-0
/
+6
2009-04-01
Merge branch 'devel' into for-linus
Trond Myklebust
6
-42
/
+89
2009-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-29
/
+27
2009-04-01
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
Linus Torvalds
7
-84
/
+165
2009-04-01
fbdev: uninline lock_fb_info()
Andrew Morton
1
-9
/
+1
2009-04-01
cirrusfb: add accelerator constant
Krzysztof Helt
1
-0
/
+1
2009-04-01
rtc: convert LEAP_YEAR into an inline
Andrew Morton
1
-0
/
+6
2009-04-01
autofs4: fix kernel includes
Ian Kent
2
-3
/
+10
2009-04-01
spi_mpc83xx: add OF platform driver bindings
Anton Vorontsov
1
-1
/
+1
2009-04-01
spi_mpc83xx: rework chip selects handling
Anton Vorontsov
1
-2
/
+3
2009-04-01
epoll keyed wakeups: introduce new *_poll() wakeup macros
Davide Libenzi
1
-13
/
+9
2009-04-01
epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()
Davide Libenzi
1
-2
/
+5
2009-04-01
eventfd: improve support for semaphore-like behavior
Davide Libenzi
1
-1
/
+11
2009-04-01
introduce pr_cont() macro
Cyrill Gorcunov
1
-0
/
+2
2009-04-01
filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems
Eric Sandeen
1
-0
/
+1
2009-04-01
loop: add ioctl to resize a loop device
J. R. Okajima
1
-0
/
+1
2009-04-01
pm: rework includes, remove arch ifdefs
Magnus Damm
1
-3
/
+0
2009-04-01
shmem: writepage directly to swap
Hugh Dickins
1
-0
/
+5
2009-04-01
vmscan: fix it to take care of nodemask
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-04-01
nommu: there is no mlock() for NOMMU, so don't provide the bits
David Howells
1
-7
/
+13
2009-04-01
mm: introduce debug_kmap_atomic
Akinobu Mita
1
-0
/
+12
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
2
-2
/
+3
2009-04-01
mm: enable hashdist by default on 64bit NUMA
Anton Blanchard
1
-3
/
+3
2009-04-01
mm: fix proc_dointvec_userhz_jiffies "breakage"
Alexey Dobriyan
1
-2
/
+2
2009-04-01
generic debug pagealloc
Akinobu Mita
3
-0
/
+37
2009-04-01
memdup_user(): introduce
Li Zefan
1
-0
/
+1
2009-04-01
mm: remove pagevec_swap_free()
KOSAKI Motohiro
1
-1
/
+0
2009-04-01
vfs: add/use account_page_dirtied()
Edward Shishkin
1
-0
/
+1
2009-04-01
mm: introduce for_each_populated_zone() macro
KOSAKI Motohiro
1
-0
/
+8
2009-04-01
get_mm_hiwater_xxx: trivial, s/define/inline/
Oleg Nesterov
1
-2
/
+9
2009-04-01
proc tty: remove struct tty_operations::read_proc
Alexey Dobriyan
1
-2
/
+0
2009-04-01
proc tty: add struct tty_operations::proc_fops
Alexey Dobriyan
1
-0
/
+1
2009-04-01
Remove two unneeded exports and make two symbols static in fs/mpage.c
Dmitri Vorobiev
1
-10
/
+0
2009-04-01
Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225
Al Viro
2
-12
/
+12
2009-03-31
Get rid of indirect include of fs_struct.h
Al Viro
3
-1
/
+5
2009-03-31
New helper - current_umask()
Al Viro
1
-0
/
+2
2009-03-31
New locking/refcounting for fs_struct
Al Viro
1
-5
/
+3
2009-03-31
Take fs_struct handling to new file (fs/fs_struct.c)
Al Viro
1
-0
/
+2
2009-03-31
ide: inline SELECT_DRIVE()
Sergei Shtylyov
1
-1
/
+0
2009-03-31
ide: turn selectproc() method into dev_select() method (take 5)
Sergei Shtylyov
1
-3
/
+3
2009-03-31
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
Sergei Shtylyov
1
-4
/
+8
2009-03-31
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
1
-4
/
+2
2009-03-31
ide-floppy: use ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2009-03-31
ide: decrease size of ->pc_buf field in struct ide_atapi_pc
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-31
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-03-31
ide: add ->dma_check method
Bartlomiej Zolnierkiewicz
1
-0
/
+1
[prev]
[next]