Age | Commit message (Expand) | Author | Files | Lines |
2009-01-10 | mISDN: Use struct device name field | Matthias Urlichs | 1 | -1/+0 |
2009-01-10 | mISDN: Added an ioctl to change the device name | Matthias Urlichs | 1 | -12/+19 |
2009-01-10 | mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if empty | Andreas Eversberg | 2 | -12/+14 |
2009-01-09 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 10 | -45/+354 |
2009-01-09 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 35 | -8452/+872 |
2009-01-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 6 | -168/+81 |
2009-01-09 | [MTD] CFI: remove major/minor version check for command set 0x0002 | Wolfgang Grandegger | 1 | -0/+1 |
2009-01-09 | Merge branch 'simplify_PRT' into release | Len Brown | 2 | -19/+0 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 569 | -14848/+17061 |
2009-01-09 | Merge branch 'suspend' into release | Len Brown | 2 | -0/+14 |
2009-01-09 | Merge branch 'misc' into release | Len Brown | 1 | -0/+1 |
2009-01-09 | ACPICA: hide private headers | Len Brown | 21 | -7416/+0 |
2009-01-09 | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" | Zhao Yakui | 1 | -0/+1 |
2009-01-09 | ACPICA: delete acdisasm.h | Len Brown | 1 | -453/+0 |
2009-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 5 | -4/+67 |
2009-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2 | -0/+3 |
2009-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 3 | -5/+81 |
2009-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -1/+32 |
2009-01-09 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 3 | -12/+20 |
2009-01-09 | libata: Add 32bit PIO support | Alan Cox | 1 | -0/+3 |
2009-01-09 | md: don't retry recovery of raid1 that fails due to error on source drive. | NeilBrown | 1 | -0/+3 |
2009-01-09 | md: Allow md devices to be created by name. | NeilBrown | 1 | -0/+1 |
2009-01-09 | md: make devices disappear when they are no longer needed. | NeilBrown | 1 | -0/+4 |
2009-01-09 | md: need another print_sb for mdp_superblock_1 | Cheng Renquan | 1 | -0/+2 |
2009-01-09 | md: use list_for_each_entry macro directly | Cheng Renquan | 1 | -7/+4 |
2009-01-09 | md: raid0: make hash_spacing and preshift sector-based. | Andre Noll | 1 | -2/+2 |
2009-01-09 | md: raid0: Represent the size of strip zones in sectors. | Andre Noll | 1 | -1/+1 |
2009-01-09 | md: raid0: Represent zone->zone_offset in sectors. | Andre Noll | 1 | -1/+1 |
2009-01-09 | md: raid0: Represent device offset in sectors. | Andre Noll | 1 | -1/+1 |
2009-01-09 | md: use sysfs_notify_dirent to notify changes to md/sync_action. | NeilBrown | 1 | -0/+1 |
2009-01-08 | wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev | Inaky Perez-Gonzalez | 1 | -0/+3 |
2009-01-08 | regulator: fix kernel-doc warnings | Randy Dunlap | 1 | -5/+2 |
2009-01-08 | regulator: Add missing kerneldoc | Mark Brown | 2 | -1/+80 |
2009-01-08 | regulator: Clean up kerneldoc warnings | Mark Brown | 1 | -4/+4 |
2009-01-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 225 | -10819/+3044 |
2009-01-08 | ipv6: Add GRO support | Herbert Xu | 1 | -0/+3 |
2009-01-08 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2 | -0/+21 |
2009-01-08 | generic swap(): introduce global macro swap(a, b) | Wu Fengguang | 1 | -0/+6 |
2009-01-08 | ELF: implement AT_RANDOM for glibc PRNG seeding | Kees Cook | 1 | -3/+3 |
2009-01-08 | pid: generalize task_active_pid_ns | Eric W. Biederman | 1 | -5/+1 |
2009-01-08 | pid: implement ns_of_pid | Eric W. Biederman | 1 | -0/+18 |
2009-01-08 | cpuset: remove remaining pointers to cpumask_t | Li Zefan | 1 | -4/+6 |
2009-01-08 | cgroups: add css_tryget() | Paul Menage | 1 | -6/+32 |
2009-01-08 | cgroups: add a per-subsystem hierarchy_mutex | Paul Menage | 1 | -1/+16 |
2009-01-08 | memcg: fix shmem's swap accounting | KAMEZAWA Hiroyuki | 2 | -10/+4 |
2009-01-08 | memcg: remove mem_cgroup_try_charge | Daisuke Nishimura | 1 | -8/+0 |
2009-01-08 | memcg: fix calculation of active_ratio | KOSAKI Motohiro | 1 | -3/+2 |
2009-01-08 | memcg: swappiness | KOSAKI Motohiro | 1 | -1/+2 |
2009-01-08 | memcg: remove mem_cgroup_cal_reclaim() | KOSAKI Motohiro | 1 | -10/+0 |
2009-01-08 | memcg: add zone_reclaim_stat | KOSAKI Motohiro | 1 | -0/+16 |