summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-12-03include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand _...Andrew Morton1-0/+2
2009-12-03TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-6/+23
2009-12-03TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-1/+32
2009-12-03TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson1-0/+1
2009-12-03skbuff: remove skb_dma_map/unmapAlexander Duyck1-8/+0
2009-12-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds1-2/+2
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+4
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto1-0/+2
2009-12-02locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto1-5/+5
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker1-2/+2
2009-12-02sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo1-0/+5
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-7/+138
2009-12-02net: Implement for_each_netdev_reverse.Eric W. Biederman1-0/+2
2009-12-02net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-1/+1
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-27/+4
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-28/+2
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-2/+2
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-2/+0
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-2/+4
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-2/+2
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells1-4/+4
2009-12-01mfd: Correct WM831X_MAX_ISEL_VALUEMark Brown1-2/+2
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds3-4/+135
2009-11-30core: Fix user return notifier on fork()Avi Kivity1-0/+7
2009-11-29ethtool: Add Direct Attach support to connector port reportingPJ Waskiewicz1-0/+2
2009-11-29Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller1-0/+1
2009-11-28nl80211: PMKSA caching supportSamuel Ortiz2-0/+13
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker1-20/+15
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-20/+16
2009-11-27vlan: support "loose binding" to the underlying network devicePatrick McHardy1-0/+1
2009-11-27macvlan: export macvlan mode through netlinkArnd Bergmann1-0/+15
2009-11-27veth: move loopback logic to common locationArnd Bergmann1-0/+2
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto1-0/+1
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-3/+0
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-0/+1
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar13-16/+67
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar1-1/+1
2009-11-26xfrm: Define new XFRM netlink auth attribute with specified truncation bitsMartin Willi1-0/+8
2009-11-25tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt1-0/+2
2009-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-1/+20
2009-11-25tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt1-0/+4
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner1-2/+2
2009-11-24locking: Remove unused prototypeThomas Gleixner1-2/+0
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn2-6/+0
2009-11-24hw-breakpoints: Fix misordered ifdefFrederic Weisbecker1-1/+2
2009-11-23sctp: implement definition for SACK-IMMEDIATELY extensionWei Yongjun1-0/+1
2009-11-23hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headersFrederic Weisbecker1-2/+2
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-4/+4
2009-11-23netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso1-0/+3
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney3-13/+14