summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-14perfcounters: release CPU context when exiting task countersIngo Molnar1-2/+12
2008-12-14perfcounters: fix lapic initializationIngo Molnar1-2/+2
2008-12-14perfcounters, x86: fix sw counters on non-PMC CPUsIngo Molnar1-1/+1
2008-12-14perfcounters: fix non-intel-perfmon CPUsIngo Molnar1-0/+10
2008-12-14perfcounters: add nr-of-faults counterIngo Molnar1-0/+51
2008-12-14perfcounters: add task migrations counterIngo Molnar4-6/+61
2008-12-14perfcounters: add context switch counterIngo Molnar2-2/+53
2008-12-14perfcounters: fix task clock counterIngo Molnar1-4/+23
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar3-51/+228
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar4-178/+137
2008-12-14x86: implement atomic64_t on 32-bitIngo Molnar1-0/+218
2008-12-13console ASCII glyph 1:1 mappingIngo Brueckl1-1/+1
2008-12-13unicode table for cp437Ingo Brueckl1-6/+6
2008-12-12MIPS: IP32: Update defconfigDavid Daney1-436/+624
2008-12-12MIPS: Add missing calls to plat_unmap_dma_mem.David Daney1-0/+3
2008-12-12MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev1-1/+1
2008-12-12MIPS: Use EI/DI for MIPS R2.David Daney1-0/+10
2008-12-12Commands needing to be retried require a complete re-initialization.Alan D. Brunelle2-10/+18
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto5-30/+11
2008-12-11perf counters: update docsIngo Molnar1-32/+75
2008-12-11perf counters: clean up state transitionsIngo Molnar3-17/+25
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar4-7/+93
2008-12-11perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar2-2/+27
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar4-22/+22
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar3-48/+92
2008-12-11perf counters: hw driver APIIngo Molnar3-31/+66
2008-12-11perf counters: group counter, fixesIngo Molnar1-19/+20
2008-12-11perf counters: add support for group countersIngo Molnar3-82/+236
2008-12-11perf counters: restructure the APIIngo Molnar4-71/+106
2008-12-11perf counters: expand use of counter->eventThomas Gleixner3-19/+17
2008-12-11perf counters: clean up 'raw' type APIThomas Gleixner3-12/+18
2008-12-11perf counters: protect them against CSTATE transitionsThomas Gleixner3-1/+25
2008-12-11powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer1-0/+1
2008-12-11i2c-highlander: Trivial endian casting fixesHarvey Harrison1-2/+2
2008-12-11i2c-pmcmsp: Fix endianness misannotationHarvey Harrison1-1/+1
2008-12-11Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds6-280/+127
2008-12-11Linux 2.6.28-rc8v2.6.28-rc8Linus Torvalds1-1/+1
2008-12-10fix mapping_writably_mapped()Hugh Dickins1-6/+9
2008-12-10lib/idr.c: Fix bug introduced by RCU fixManfred Spraul1-1/+7
2008-12-10MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi1-1/+1
2008-12-10MN10300: Fix __put_user_asm8()Akira Takeuchi1-1/+1
2008-12-10MN10300: Fix the preemption resume_kernel() routineAkira Takeuchi1-1/+2
2008-12-10MN10300: Discard low-priority Tx interrupts when closing an on-chip serial portAkira Takeuchi1-0/+5
2008-12-10MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macrosCyrill Gorcunov1-12/+10
2008-12-10pktcdvd: remove broken dev_t export of class devicesKay Sievers1-1/+1
2008-12-10drivers/video/mb862xx/mb862xxfb.c: fix printkAndrew Morton1-2/+2
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins5-5/+6
2008-12-10inotify: fix IN_ONESHOT unmount event watcherDmitri Monakhov1-0/+2
2008-12-10atomic: fix a typo in atomic_long_xchg()Eric Dumazet1-1/+1
2008-12-10mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin1-13/+46