Age | Commit message (Expand) | Author | Files | Lines |
2010-09-10 | kfifo: add parenthesis for macro parameter reference | Huang Ying | 1 | -29/+29 |
2010-09-10 | mmc: avoid getting CID on SDIO-only cards | David Vrabel | 1 | -0/+2 |
2010-09-09 | lglock: make lg_lock_global() actually lock globally | Jonathan Corbet | 1 | -2/+2 |
2010-09-09 | mm: Move vma_stack_continue into mm.h | Stefan Bader | 1 | -0/+6 |
2010-09-09 | dquot: do full inode dirty in allocating space | Shaohua Li | 1 | -2/+8 |
2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 332 | -3752/+8706 |
2010-09-09 | udp: add rehash on connect() | Eric Dumazet | 2 | -0/+2 |
2010-09-08 | Merge branch 'semaphore-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
2010-09-08 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -12/+12 |
2010-09-08 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+8 |
2010-09-08 | ipvs: fix active FTP | Julian Anastasov | 1 | -0/+3 |
2010-09-08 | spi/dw_spi: clean the cs_control code | Feng Tang | 1 | -0/+2 |
2010-09-08 | semaphore: Add DEFINE_SEMAPHORE | Thomas Gleixner | 1 | -0/+3 |
2010-09-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 3 | -5/+5 |
2010-09-08 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -0/+2 |
2010-09-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2 | -6/+11 |
2010-09-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -7/+11 |
2010-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2 | -3/+3 |
2010-09-07 | agp/intel: Fix cache control for Sandybridge | Zhenyu Wang | 1 | -0/+20 |
2010-09-05 | cgroups: fix API thinko | Michael S. Tsirkin | 1 | -1/+10 |
2010-09-05 | io-mapping: Fix the address space annotations | Francisco Jerez | 1 | -12/+12 |
2010-09-04 | serial: fix port type conflict between NS16550A & U6_16550A | Philippe Langlais | 2 | -3/+3 |
2010-09-03 | cls_cgroup: Fix rcu lockdep warning | Li Zefan | 1 | -2/+8 |
2010-09-03 | mutex: Fix annotations to include it in kernel-locking docbook | Randy Dunlap | 1 | -0/+8 |
2010-09-01 | gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB case | Anton Vorontsov | 1 | -0/+1 |
2010-09-01 | powerpc/85xx: Add P1021 PCI IDs and quirks | Anton Vorontsov | 1 | -0/+2 |
2010-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -4/+14 |
2010-08-29 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2 | -10/+4 |
2010-08-29 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 1 | -2/+13 |
2010-08-29 | NOMMU: Stub out vm_get_page_prot() if there's no MMU | David Howells | 1 | -0/+8 |
2010-08-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -11/+12 |
2010-08-28 | fanotify: resize pid and reorder structure | Tvrtko Ursulin | 1 | -3/+3 |
2010-08-27 | vgaarb: Wrap vga_(get|put) in CONFIG_VGA_ARB | Chris Wilson | 1 | -2/+13 |
2010-08-25 | tcp: Combat per-cpu skew in orphan tests. | David S. Miller | 1 | -4/+14 |
2010-08-25 | workqueue: fix cwq->nr_active underflow | Tejun Heo | 1 | -7/+9 |
2010-08-25 | ACPI/PCI: Negotiate _OSC control bits before requesting them | Rafael J. Wysocki | 1 | -2/+2 |
2010-08-25 | ACPI/PCI: Do not preserve _OSC control bits returned by a query | Rafael J. Wysocki | 1 | -3/+0 |
2010-08-24 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+6 |
2010-08-24 | guard page for stacks that grow upwards | Luck, Tony | 1 | -1/+7 |
2010-08-24 | workqueue: improve destroy_workqueue() debuggability | Tejun Heo | 1 | -0/+2 |
2010-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 3 | -34/+58 |
2010-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-08-24 | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 1 | -0/+1 |
2010-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -26/+58 |
2010-08-24 | Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/... | Linus Torvalds | 1 | -5/+9 |
2010-08-24 | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -23/+39 |
2010-08-24 | kobject: Break the kobject namespace defs into their own header | David Howells | 3 | -34/+58 |
2010-08-23 | block: add function call to switch the IO scheduler from a driver | Jens Axboe | 1 | -0/+1 |
2010-08-23 | xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield | Ian Campbell | 1 | -6/+9 |
2010-08-23 | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary | Ian Campbell | 1 | -1/+1 |