Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-24 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | fiemap: Add new extent flag FIEMAP_EXTENT_SHARED | Sunil Mushran | 2009-12-18 | 1 | -0/+2 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-12-23 | 2 | -10/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 2 | -7/+8 | |
| | * | | | | | | | | | | Driver core: device_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2009-12-23 | 1 | -587/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Staging: dst: remove from the tree | Greg Kroah-Hartman | 2009-12-23 | 1 | -587/+0 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | kfifo: fix Error/broken kernel-doc notation | Randy Dunlap | 2009-12-23 | 1 | -16/+15 | |
| * | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-23 | 4 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | ext3: Replace lock/unlock_super() with an explicit lock for resizing | Eric Sandeen | 2009-12-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | ext3: Replace lock/unlock_super() with an explicit lock for the orphan list | Eric Sandeen | 2009-12-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | quota: decouple fs reserved space from quota reservation | Dmitry Monakhov | 2009-12-23 | 1 | -2/+3 | |
| | * | | | | | | | | | | Add unlocked version of inode_add_bytes() function | Dmitry Monakhov | 2009-12-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | ext3: quota macros cleanup [V2] | Dmitry Monakhov | 2009-12-23 | 1 | -2/+5 | |
| * | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-12-23 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | drm: convert drm_ioctl to unlocked_ioctl | Arnd Bergmann | 2009-12-18 | 1 | -2/+3 | |
| | * | | | | | | | | | | Merge remote branch 'korg/drm-vmware-staging' into drm-core-next | Dave Airlie | 2009-12-18 | 3 | -1/+580 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold | 2009-12-23 | 1 | -1/+2 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 | Linus Torvalds | 2009-12-22 | 2 | -4/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Remove obsolete comment in fs.h | Andreas Gruenbacher | 2009-12-22 | 1 | -2/+0 | |
| | * | | | | | | | | | | | Sanitize f_flags helpers | Al Viro | 2009-12-22 | 1 | -0/+3 | |
| | * | | | | | | | | | | | Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) | Al Viro | 2009-12-22 | 1 | -2/+0 | |
| * | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-12-22 | 1 | -0/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | mm: Add notifier in pageblock isolation for balloon drivers | Robert Jennings | 2009-12-18 | 1 | -0/+27 | |
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | kfifo: add record handling functions | Stefani Seibold | 2009-12-22 | 1 | -0/+330 | |
| * | | | | | | | | | | | | kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user | Stefani Seibold | 2009-12-22 | 1 | -0/+47 | |
| * | | | | | | | | | | | | kfifo: add DEFINE_KFIFO and friends, add very tiny functions | Stefani Seibold | 2009-12-22 | 1 | -2/+92 | |
| * | | | | | | | | | | | | kfifo: fix warn_unused_result | Stefani Seibold | 2009-12-22 | 1 | -2/+2 | |
| * | | | | | | | | | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 | 1 | -10/+29 | |
| * | | | | | | | | | | | | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 | 1 | -25/+7 | |
| * | | | | | | | | | | | | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 | 1 | -45/+35 | |
| * | | | | | | | | | | | | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 | 4 | -8/+10 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 | 1 | -444/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | perf events: Remove unused perf_counter.h header file | Robert P. J. Day | 2009-12-17 | 1 | -444/+0 | |
| * | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 2 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 2009-12-17 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure | Phillip Lougher | 2009-12-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-19 | 3 | -4/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | sched: Assert task state bits at build time | Peter Zijlstra | 2009-12-17 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | sched: Add missing state chars to TASK_STATE_TO_CHAR_STR | Peter Zijlstra | 2009-12-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bits | Peter Zijlstra | 2009-12-17 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | sched: Teach might_sleep() about preemptible RCU | Frederic Weisbecker | 2009-12-17 | 2 | -0/+16 | |
| | * | | | | | | | | | | | | | sched: Remove the cfs_rq dependency from set_task_cpu() | Peter Zijlstra | 2009-12-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | sched: Add pre and post wakeup hooks | Peter Zijlstra | 2009-12-16 | 1 | -1/+2 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | [S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS | Martin Schwidefsky | 2009-12-18 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | cpumask: rename tsk_cpumask to tsk_cpus_allowed | Rusty Russell | 2009-12-17 | 1 | -1/+1 | |
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-12-18 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | NOMMU: Optimise away the {dac_,}mmap_min_addr tests | David Howells | 2009-12-16 | 1 | -0/+7 |