Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-08-04 | 4 | -2/+141 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | dt: add of_alias_scan and of_alias_get_id | Shawn Guo | 2011-08-03 | 4 | -2/+141 | |
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2011-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ext4: use kzalloc in ext4_kzalloc() | Mathias Krause | 2011-08-03 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | shm: optimize exit_shm() | Vasiliy Kulikov | 2011-08-04 | 1 | -0/+3 | |
* | | | | | | | shm: fix wrong tests | Vasiliy Kulikov | 2011-08-04 | 1 | -2/+2 | |
* | | | | | | | tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL | Robert P. J. Day | 2011-08-04 | 1 | -4/+11 | |
* | | | | | | | mm: clarify the radix_tree exceptional cases | Hugh Dickins | 2011-08-04 | 3 | -26/+53 | |
* | | | | | | | tmpfs radix_tree: locate_item to speed up swapoff | Hugh Dickins | 2011-08-04 | 3 | -37/+94 | |
* | | | | | | | mm: a few small updates for radix-swap | Hugh Dickins | 2011-08-04 | 4 | -26/+18 | |
* | | | | | | | tmpfs: use kmemdup for short symlinks | Hugh Dickins | 2011-08-04 | 2 | -21/+21 | |
* | | | | | | | tmpfs: convert shmem_writepage and enable swap | Hugh Dickins | 2011-08-04 | 1 | -51/+37 | |
* | | | | | | | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 2011-08-04 | 4 | -139/+20 | |
* | | | | | | | tmpfs: convert shmem_getpage_gfp to radix-swap | Hugh Dickins | 2011-08-04 | 1 | -147/+112 | |
* | | | | | | | tmpfs: convert shmem_unuse_inode to radix-swap | Hugh Dickins | 2011-08-04 | 1 | -26/+107 | |
* | | | | | | | tmpfs: convert shmem_truncate_range to radix-swap | Hugh Dickins | 2011-08-04 | 1 | -46/+146 | |
* | | | | | | | tmpfs: copy truncate_inode_pages_range | Hugh Dickins | 2011-08-04 | 1 | -20/+79 | |
* | | | | | | | tmpfs: miscellaneous trivial cleanups | Hugh Dickins | 2011-08-04 | 3 | -111/+109 | |
* | | | | | | | tmpfs: demolish old swap vector support | Hugh Dickins | 2011-08-04 | 2 | -700/+84 | |
* | | | | | | | mm: let swap use exceptional entries | Hugh Dickins | 2011-08-04 | 3 | -26/+66 | |
* | | | | | | | radix_tree: exceptional entries and indices | Hugh Dickins | 2011-08-04 | 3 | -15/+54 | |
* | | | | | | | drivers/video/backlight/aat2870_bl.c: make it buildable as a module | Andrew Morton | 2011-08-04 | 1 | -1/+1 | |
* | | | | | | | drivers/video/backlight/aat2870_bl.c: fix setting max_current | Axel Lin | 2011-08-04 | 2 | -3/+3 | |
* | | | | | | | drivers/video/backlight/aat2870_bl.c: fix error checking for backlight_device... | Axel Lin | 2011-08-04 | 1 | -2/+2 | |
* | | | | | | | cris: add missing declaration of kgdb_init() and breakpoint() | WANG Cong | 2011-08-04 | 1 | -0/+3 | |
* | | | | | | | cris: fix the prototype of sync_serial_ioctl() | WANG Cong | 2011-08-04 | 1 | -1/+1 | |
* | | | | | | | cris: fix a build error in sync_serial_open() | WANG Cong | 2011-08-04 | 1 | -2/+2 | |
* | | | | | | | cris: fix a build error in kernel/fork.c | WANG Cong | 2011-08-04 | 1 | -3/+3 | |
* | | | | | | | tpm_tis: fix build when ACPI is not enabled | Randy Dunlap | 2011-08-04 | 1 | -1/+6 | |
* | | | | | | | mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE | Johannes Weiner | 2011-08-04 | 1 | -1/+1 | |
* | | | | | | | ramoops: update module parameters | Sergiu Iordache | 2011-08-04 | 1 | -0/+8 | |
* | | | | | | | Documentation: add pointer to name_to_dev_t for root= values | Will Drewry | 2011-08-04 | 3 | -3/+25 | |
* | | | | | | | fs/dcache.c: fix new kernel-doc warning | Randy Dunlap | 2011-08-04 | 1 | -0/+1 | |
* | | | | | | | ida: simplified functions for id allocation | Rusty Russell | 2011-08-04 | 2 | -0/+71 | |
* | | | | | | | taskstats: add_del_listener() should ignore !valid listeners | Oleg Nesterov | 2011-08-04 | 1 | -1/+1 | |
* | | | | | | | taskstats: add_del_listener() shouldn't use the wrong node | Oleg Nesterov | 2011-08-04 | 1 | -9/+7 | |
* | | | | | | | rtc-omap: fix initialization of control register | Daniel Glöckner | 2011-08-04 | 1 | -1/+1 | |
* | | | | | | | fault-injection: add ability to export fault_attr in arbitrary directory | Akinobu Mita | 2011-08-04 | 7 | -46/+33 | |
* | | | | | | | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae... | Linus Torvalds | 2011-08-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | efivars: fix warnings when CONFIG_PSTORE=n | Tony Luck | 2011-08-03 | 1 | -3/+3 | |
* | | | | | | | | Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-08-03 | 2 | -26/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tools/power turbostat: fit output into 80 columns on snb-ep | Len Brown | 2011-08-03 | 1 | -23/+23 | |
| * | | | | | | | | tools/power x86_energy_perf_policy: fix print of uninitialized string | Len Brown | 2011-07-16 | 1 | -3/+2 | |
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-08-03 | 30 | -132/+352 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----------. \ \ \ \ \ \ \ \ | Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from... | Len Brown | 2011-08-02 | 157 | -744/+1471 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | | | | ACPI: delete stale reference in kernel-parameters.txt | Len Brown | 2011-08-02 | 1 | -2/+0 | |
| | | | | | | | * | | | | | | | | | ACPI print OSI(Linux) warning only once | Len Brown | 2011-08-02 | 1 | -1/+1 | |
| | | | | | | | * | | | | | | | | | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-17 | 12 | -15/+15 | |
| | | | | | | | * | | | | | | | | | ACPI: fix 80 char overflow | Jon Mason | 2011-07-14 | 1 | -1/+2 | |
| | | | | | | * | | | | | | | | | | ACPI: introduce "acpi_rsdp=" parameter for kdump | Takao Indoh | 2011-07-17 | 2 | -0/+20 | |
| | | | | | | | |/ / / / / / / / | | | | | | | |/| | | | | | | | |