summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller2007-08-026-6/+5
| * | | | | [IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski2007-08-021-2/+2
| * | | | | [IPV4] raw.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-021-2/+2
| * | | | | [NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...Mariusz Kozlowski2007-08-021-3/+2
| * | | | | [NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-021-3/+2
| * | | | | [NET]: Removal of duplicated include net/wanrouter/wanmain.cMichal Piotrowski2007-08-021-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-08-036-17/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | firewire: fw-core: make two variables staticStefan Richter2007-08-021-2/+2
| * | | | firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter2007-08-021-7/+13
| * | | | firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter2007-08-022-2/+5
| * | | | ieee1394: sbp2: more correct Kconfig dependenciesStefan Richter2007-08-021-1/+1
| * | | | ieee1394: revert "sbp2: enforce 32bit DMA mapping"Stefan Richter2007-08-021-5/+0
* | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.23Linus Torvalds2007-08-029-18/+45
|\ \ \ \ \
| * | | | | [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-08-021-4/+4
| * | | | | [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-08-021-1/+4
| * | | | | [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-08-021-0/+4
| * | | | | [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-08-021-5/+5
| * | | | | [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-08-021-0/+1
| * | | | | [JFFS2] Print correct node offset when complaining about broken data CRCDavid Woodhouse2007-08-021-1/+1
| * | | | | [JFFS2] Fix suspend failure with JFFS2 GC thread.David Woodhouse2007-08-021-4/+4
| * | | | | [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE.David Woodhouse2007-08-024-3/+10
| * | | | | [JFFS2] Prevent oops after 'node added in wrong place' debug checkJoakim Tjernlund2007-08-021-0/+12
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-08-023-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [x86 setup] Document grub < 0.93 as brokenH. Peter Anvin2007-08-021-0/+1
| * | | | | [x86 setup] EDD: add missing =m constraintH. Peter Anvin2007-08-021-1/+1
| * | | | | [x86 setup] video setup: Fix VBE DDC readingAntonino A. Daplas2007-08-021-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-027-143/+134
|\ \ \ \ \
| * | | | | [PATCH] sched: reduce task_struct sizeIngo Molnar2007-08-021-8/+13
| * | | | | [PATCH] sched: reduce debug codeIngo Molnar2007-08-024-20/+38
| * | | | | [PATCH] sched: use schedstat_set() APIIngo Molnar2007-08-021-11/+2
| * | | | | [PATCH] sched: add schedstat_set() APIIngo Molnar2007-08-021-0/+2
| * | | | | [PATCH] sched: move load-calculation functionsIngo Molnar2007-08-021-66/+66
| * | | | | [PATCH] sched: ->task_new cleanupIngo Molnar2007-08-024-17/+10
| * | | | | [PATCH] sched: uninline inc/dec_nr_running()Ingo Molnar2007-08-021-2/+2
| * | | | | [PATCH] sched: uninline calc_delta_mine()Ingo Molnar2007-08-021-1/+1
| * | | | | [PATCH] sched: calc_delta_mine(): use fixed limitIngo Molnar2007-08-021-1/+1
| * | | | | [PATCH] sched: tidy up left over smpnice codePeter Williams2007-08-021-15/+1
| * | | | | [PATCH] sched: remove cache_hot_timeIngo Molnar2007-08-023-4/+0
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-08-025-9/+21
|\ \ \ \ \
| * | | | | Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore2007-08-022-3/+6
| * | | | | SELinux: remove redundant pointer checks before calling kfree()Paul Moore2007-08-021-2/+1
| * | | | | SELinux: restore proper NetLabel caching behaviorPaul Moore2007-08-022-4/+14
| |/ / / /
* | | | | HID: Never call hid_free_buffers() when usbhid_device has been freedJiri Kosina2007-08-021-2/+2
* | | | | USB HID: fix memory leak of usbhid_deviceJiri Kosina2007-08-021-0/+2
* | | | | USB HID: fix a possible NULL pointer dereference when we fail to allocate memoryJesper Juhl2007-08-021-1/+2
* | | | | USB HID: add ASUS LCM to the blacklistChristian Lamparter2007-08-021-0/+4
* | | | | USB HID: Add all Logitech Harmonies to blacklistPhil Dibowitz2007-08-021-0/+132
* | | | | USB HID: update description of USBHID in MAINTAINERSJiri Kosina2007-08-021-1/+1
* | | | | HID: remove the Applie IR sensor from the hid_blacklistTino Keitel2007-08-021-2/+0
|/ / / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-0110-39/+50
|\ \ \ \
OpenPOWER on IntegriCloud