summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-244-13/+15
|\
| * net_sched: long word align struct qdisc_skb_cb dataEric Dumazet2011-02-231-1/+1
| * ipv6: Add IPv6 multicast address flag definesLinus Lüssing2011-02-221-0/+12
| * net: dcb: match dcb_app protocol field with 802.1Qaz specJohn Fastabend2011-02-201-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-201-11/+1Star
| |\
| | * netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-171-11/+1Star
* | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2011-02-221-0/+1
|\ \ \
| * | | pcmcia: re-enable Zoomed Video supportDominik Brodowski2011-02-201-0/+1
* | | | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2011-02-221-7/+3Star
|\ \ \ \
| * | | | ASoC: WM8903: Fix mic detection register definitionsStephen Warren2011-02-131-7/+3Star
* | | | | module: explicitly align module_version_attribute structureDmitry Torokhov2011-02-221-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-181-0/+15
|\ \ \ \
| * | | | RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-171-0/+1
| * | | | RTC: Revert UIE emulation removalJohn Stultz2011-02-171-0/+14
* | | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-183-6/+6
|\ \ \ \ \
| * | | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-163-6/+6
* | | | | | Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-181-3/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2011-02-162-6/+24
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger2011-02-121-0/+1
| * | | | | [SCSI] target: Remove procfs based target_core_mib.c codeNicholas Bellinger2011-02-122-6/+23
* | | | | | thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-161-1/+2
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-151-2/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-02-151-2/+11
| |\ \ \ \ \ \
| | * | | | | | ARM: oprofile: Fix backtraces in timer modeAri Kauppi2011-01-261-0/+9
| | * | | | | | oprofile: Fix usage of CONFIG_HW_PERF_EVENTS for oprofile_perf_init and friendsAri Kauppi2011-01-261-2/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-151-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Input: matrix_keypad - increase the limit of rows and columnsTrilok Soni2011-02-111-2/+2
* | | | | | | | klist: Fix object alignment on 64-bit.David Miller2011-02-141-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | security: add cred argument to security_capable()Chris Wright2011-02-111-3/+3
* | | | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-101-4/+0Star
|\ \ \ \ \ \ \
| * | | | | | | USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-041-4/+0Star
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-101-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | CDC NCM errata updates for cdc.hAlexey Orishko2011-02-081-5/+18
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-02-091-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | virtio: console: Update CopyrightAmit Shah2011-02-081-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-061-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Add missing status flags to modification maskThomas Gleixner2011-02-051-1/+2
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-065-53/+62
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-045-53/+62
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-032-14/+13Star
| | * | | | | | | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-033-19/+26
| | * | | | | | | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-034-20/+23
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-047-4/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall2011-02-041-1/+2
| * | | | | | | | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-041-0/+1
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-031-3/+0Star
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-3/+0Star
| * | | | | | | | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-302-0/+3
| * | | | | | | | caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2011-01-302-0/+3