summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman1-0/+20
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman1-0/+28
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+5
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust1-0/+2
2010-05-14gss_krb5: handle new context format from gssdKevin Coffman1-2/+21
2010-05-14gss_krb5: import functionality to derive keys into the kernelKevin Coffman1-0/+31
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-3/+8
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-1/+24
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman1-0/+1
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman1-0/+25
2010-05-13sh: fixup the docbook paths for clock framework shuffling.Paul Mundt1-2/+1
2010-05-13sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm1-1/+1
2010-05-13sh: move sh asm/clock.h contents to linux/sh_clk.h V2Magnus Damm1-0/+151
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar23-49/+67
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-12dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori1-2/+2
2010-05-12rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-20/+15
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel1-12/+12
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-1/+0
2010-05-11rcu head introduce rcu head init on stackMathieu Desnoyers1-0/+8
2010-05-11Debugobjects transition checkMathieu Desnoyers1-0/+11
2010-05-10rcu: make SRCU usable in modulesPaul E. McKenney1-0/+2
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney3-3/+17
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney2-0/+5
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney3-3/+13
2010-05-10rcu: fix now-bogus rcu_scheduler_active comments.Paul E. McKenney1-2/+4
2010-05-10rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.Paul E. McKenney2-9/+10
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-4/+11
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz1-1/+18
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner113-346/+826
2010-05-10Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar23-49/+67
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven1-0/+4
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-1/+0
2010-05-09tracing: Factorize lock events in a lock classFrederic Weisbecker1-33/+15
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker1-2/+2
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker1-7/+4
2010-05-09Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin75-191/+568
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar3-30/+95
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo1-6/+63
2010-05-08Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-28/+0
2010-05-08Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2010-05-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2010-05-07perf: Add group scheduling transactional APIsLin Ming1-3/+12
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-4/+19
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar5-4/+20
2010-05-07perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-0/+1
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-22/+10
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar18-48/+184