summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net, netns_xt: shrink netns_xt membersCyrill Gorcunov2009-07-051-0/+3
* tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com2009-07-051-0/+2
* cleanup: remove unused member in scm_cookie.Rami Rosen2009-07-051-2/+0
* net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-051-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-051-0/+1
|\
| * if_ether: add define for 1588 aka TimesyncAlexander Duyck2009-07-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-07-043-6/+18
|\ \
| * | Add new __init_task_data macro to be used in arch init_task.c files.Tim Abbott2009-06-271-0/+3
| * | asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.hTim Abbott2009-06-271-4/+4
| * | Add new macros for page-aligned data and bss sections.Tim Abbott2009-06-261-0/+9
| * | asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition.Paul Mundt2009-06-261-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-07-011-2/+34
|\ \ \
| * | | fuse: invalidation reverse callsJohn Muir2009-06-301-0/+16
| * | | fuse: allow umask processing in userspaceMiklos Szeredi2009-06-301-2/+18
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-012-20/+17
|\ \ \ \
| * | | | block: get rid of queue-private command filterJens Axboe2009-07-011-14/+1
| * | | | block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-6/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-014-3/+17
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | usbnet: Remove private stats structureHerbert Xu2009-06-301-1/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-293-2/+17
| |\ \ \
| | * | | netfilter: xtables: conntrack match revision 2Jan Engelhardt2009-06-291-0/+13
| | * | | netfilter: headers_check fix: linux/netfilter/xt_osf.hJaswinder Singh Rajput2009-06-291-0/+2
| | * | | netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-2/+2
| | |/ /
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-301-7/+39
|\ \ \ \
| * | | | perf_counter: Provide a way to enable counters on execPaul Mackerras2009-06-301-1/+2
| * | | | perf_counter: Rework the sample ABIPeter Zijlstra2009-06-251-5/+5
| * | | | perf_counter: Implement more accurate per task statisticsPeter Zijlstra2009-06-251-1/+3
| * | | | perf_counter: Add PERF_EVENT_READPeter Zijlstra2009-06-251-0/+12
| * | | | perf_counter: Add scale information to the mmap control pagePeter Zijlstra2009-06-251-1/+3
| * | | | perf_counter: Split the mmap control page in two partsPeter Zijlstra2009-06-251-0/+6
| * | | | perf_counter: Optimize perf_swcounter_event()Peter Zijlstra2009-06-231-1/+10
* | | | | fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-301-0/+1
* | | | | spi: add spi_master flag wordDavid Brownell2009-06-301-0/+4
* | | | | spi: new spi->mode bitsDavid Brownell2009-06-302-0/+4
* | | | | elf: limit max map count to safe valueKAMEZAWA Hiroyuki2009-06-301-2/+14
* | | | | parport/serial: add support for NetMos 9901 Multi-IO cardMichael Buesch2009-06-301-0/+1
* | | | | alpha: fix percpu build breakageTejun Heo2009-06-302-1/+6
* | | | | gcov: fix __ctors_start alignmentHeiko Carstens2009-06-301-1/+2
* | | | | eventfd: revised interface and cleanupsDavide Libenzi2009-06-302-10/+29
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-06-291-1/+2
|\ \ \ \ \
| * | | | | ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-291-0/+2
| * | | | | ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-251-1/+0
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-06-291-1/+1
|\ \ \ \ \ \
| * | | | | | fs: allow d_instantiate to be called with negative parent dentryJeremy Kerr2009-06-291-1/+1
* | | | | | | Merge branch 'bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2009-06-291-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-0/+6
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-281-0/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Phonet: publicize the Netlink notification functionRĂ©mi Denis-Courmont2009-06-251-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-06-281-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti2009-06-281-0/+1
| | |_|_|/ | |/| | |
OpenPOWER on IntegriCloud