summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-07-03Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2006-07-03[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner3-54/+74
2006-07-02[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-1/+2
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+20
2006-07-01[PATCH] hotcpu_notifier-fixesAndrew Morton1-3/+3
2006-07-01[PATCH] Fix IS_ERR Threshold ValueRalf Baechle1-1/+3
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-1/+1
2006-07-01[PATCH] audit syscall classesAl Viro1-0/+7
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel1-5/+10
2006-07-01[PATCH] add rule filterkeyAmy Griffis1-0/+3
2006-07-01Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+16
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-5/+4
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/Linus Torvalds1-0/+1
2006-07-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-2/+6
2006-07-01[IPV6]: Added GSO support for TCPv6Herbert Xu2-4/+7
2006-07-01[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu1-3/+9
2006-07-01[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson1-0/+1
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+3
2006-06-30[PATCH] rcu: Add lock annotations to RCU locking primitivesJosh Triplett1-4/+20
2006-06-30[PATCH] Correct rtc_wkalrm commentsAndrew Victor1-2/+2
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+2
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley1-0/+15
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley1-1/+1
2006-06-30[PATCH] SELinux: extend task_kill hook to handle signals sent by AIO completionDavid Quigley1-4/+19
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-104/+66
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2-10/+17
2006-06-30[PATCH] zoned-vm-counters: remove read_page_state()Andrew Morton1-4/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2-9/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter3-5/+5
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2-2/+2
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter2-7/+0
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2-46/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2-2/+3
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2-1/+137
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter3-134/+151
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-30typo fixes: infomation -> informationAdrian Bunk2-3/+3
2006-06-30typo fixes: mecanism -> mechanismAdrian Bunk1-1/+1
2006-06-30[NET]: make skb_release_data() staticAdrian Bunk1-1/+0
2006-06-30[ATM]: basic sysfs support for ATM devicesRoman Kagan1-1/+3
2006-06-30[NET]: Add ECN support for TSOMichael Chan2-0/+4
2006-06-30[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-06-30[NET]: Fix logical error in skb_gso_okHerbert Xu1-2/+2
2006-06-30[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-6/+7
2006-06-30[NET]: Added GSO header verificationHerbert Xu2-6/+16
2006-06-30merge linus into release branchLen Brown57-332/+1076