| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). | David S. Miller | 2007-08-02 | 6 | -6/+5 |
| * | | | | | [IPV4] route.c: mostly kmalloc + memset conversion to k[cz]alloc | Mariusz Kozlowski | 2007-08-02 | 1 | -2/+2 |
| * | | | | | [IPV4] raw.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-02 | 1 | -2/+2 |
| * | | | | | [NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t... | Mariusz Kozlowski | 2007-08-02 | 1 | -3/+2 |
| * | | | | | [NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-02 | 1 | -3/+2 |
| * | | | | | [NET]: Removal of duplicated include net/wanrouter/wanmain.c | Michal Piotrowski | 2007-08-02 | 1 | -1/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2007-08-03 | 6 | -17/+21 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | firewire: fw-core: make two variables static | Stefan Richter | 2007-08-02 | 1 | -2/+2 |
| * | | | | firewire: fw-ohci: dma_free_coherent needs IRQs enabled | Stefan Richter | 2007-08-02 | 1 | -7/+13 |
| * | | | | firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters) | Stefan Richter | 2007-08-02 | 2 | -2/+5 |
| * | | | | ieee1394: sbp2: more correct Kconfig dependencies | Stefan Richter | 2007-08-02 | 1 | -1/+1 |
| * | | | | ieee1394: revert "sbp2: enforce 32bit DMA mapping" | Stefan Richter | 2007-08-02 | 1 | -5/+0 |
* | | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.23 | Linus Torvalds | 2007-08-02 | 9 | -18/+45 |
|\ \ \ \ \ |
|
| * | | | | | [MTD] [NAND] nand_base.c: fix type of eccpos pointer | Ben Dooks | 2007-08-02 | 1 | -4/+4 |
| * | | | | | [MTD] [NAND] at91_nand rdy_pin fix | Ivan Kuten | 2007-08-02 | 1 | -1/+4 |
| * | | | | | [MTD] [NAND] fix race in nand_base.c | Artem Bityutskiy | 2007-08-02 | 1 | -0/+4 |
| * | | | | | [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function. | Roland Stigge | 2007-08-02 | 1 | -5/+5 |
| * | | | | | [MTD] Fix potential leak in rfd_ftl_add_mtd | Florin Malita | 2007-08-02 | 1 | -0/+1 |
| * | | | | | [JFFS2] Print correct node offset when complaining about broken data CRC | David Woodhouse | 2007-08-02 | 1 | -1/+1 |
| * | | | | | [JFFS2] Fix suspend failure with JFFS2 GC thread. | David Woodhouse | 2007-08-02 | 1 | -4/+4 |
| * | | | | | [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. | David Woodhouse | 2007-08-02 | 4 | -3/+10 |
| * | | | | | [JFFS2] Prevent oops after 'node added in wrong place' debug check | Joakim Tjernlund | 2007-08-02 | 1 | -0/+12 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-08-02 | 3 | -2/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | [x86 setup] Document grub < 0.93 as broken | H. Peter Anvin | 2007-08-02 | 1 | -0/+1 |
| * | | | | | [x86 setup] EDD: add missing =m constraint | H. Peter Anvin | 2007-08-02 | 1 | -1/+1 |
| * | | | | | [x86 setup] video setup: Fix VBE DDC reading | Antonino A. Daplas | 2007-08-02 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-08-02 | 7 | -143/+134 |
|\ \ \ \ \ |
|
| * | | | | | [PATCH] sched: reduce task_struct size | Ingo Molnar | 2007-08-02 | 1 | -8/+13 |
| * | | | | | [PATCH] sched: reduce debug code | Ingo Molnar | 2007-08-02 | 4 | -20/+38 |
| * | | | | | [PATCH] sched: use schedstat_set() API | Ingo Molnar | 2007-08-02 | 1 | -11/+2 |
| * | | | | | [PATCH] sched: add schedstat_set() API | Ingo Molnar | 2007-08-02 | 1 | -0/+2 |
| * | | | | | [PATCH] sched: move load-calculation functions | Ingo Molnar | 2007-08-02 | 1 | -66/+66 |
| * | | | | | [PATCH] sched: ->task_new cleanup | Ingo Molnar | 2007-08-02 | 4 | -17/+10 |
| * | | | | | [PATCH] sched: uninline inc/dec_nr_running() | Ingo Molnar | 2007-08-02 | 1 | -2/+2 |
| * | | | | | [PATCH] sched: uninline calc_delta_mine() | Ingo Molnar | 2007-08-02 | 1 | -1/+1 |
| * | | | | | [PATCH] sched: calc_delta_mine(): use fixed limit | Ingo Molnar | 2007-08-02 | 1 | -1/+1 |
| * | | | | | [PATCH] sched: tidy up left over smpnice code | Peter Williams | 2007-08-02 | 1 | -15/+1 |
| * | | | | | [PATCH] sched: remove cache_hot_time | Ingo Molnar | 2007-08-02 | 3 | -4/+0 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2007-08-02 | 5 | -9/+21 |
|\ \ \ \ \ |
|
| * | | | | | Net/Security: fix memory leaks from security_secid_to_secctx() | Paul Moore | 2007-08-02 | 2 | -3/+6 |
| * | | | | | SELinux: remove redundant pointer checks before calling kfree() | Paul Moore | 2007-08-02 | 1 | -2/+1 |
| * | | | | | SELinux: restore proper NetLabel caching behavior | Paul Moore | 2007-08-02 | 2 | -4/+14 |
| |/ / / / |
|
* | | | | | HID: Never call hid_free_buffers() when usbhid_device has been freed | Jiri Kosina | 2007-08-02 | 1 | -2/+2 |
* | | | | | USB HID: fix memory leak of usbhid_device | Jiri Kosina | 2007-08-02 | 1 | -0/+2 |
* | | | | | USB HID: fix a possible NULL pointer dereference when we fail to allocate memory | Jesper Juhl | 2007-08-02 | 1 | -1/+2 |
* | | | | | USB HID: add ASUS LCM to the blacklist | Christian Lamparter | 2007-08-02 | 1 | -0/+4 |
* | | | | | USB HID: Add all Logitech Harmonies to blacklist | Phil Dibowitz | 2007-08-02 | 1 | -0/+132 |
* | | | | | USB HID: update description of USBHID in MAINTAINERS | Jiri Kosina | 2007-08-02 | 1 | -1/+1 |
* | | | | | HID: remove the Applie IR sensor from the hid_blacklist | Tino Keitel | 2007-08-02 | 1 | -2/+0 |
|/ / / / |
|
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2007-08-01 | 10 | -39/+50 |
|\ \ \ \ |
|