aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu
2008-10-16sparseirq: fix lockdepIngo Molnar
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16irq: add irq_desc_without_newYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: make irqs in kernel stat use per_cpu_dyn_arrayYinghai Lu
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-10-16Merge branch 'linus' into genirqIngo Molnar
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox
2008-10-13tty: Add a kref countAlan Cox
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-10-11Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds
2008-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...venkatesh.pallipadi@intel.com
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar
2008-10-09Merge branch 'linus' into core/rcuIngo Molnar
2008-10-08sched: sync wakeups vs avg_overlapPeter Zijlstra
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar
2008-10-06kgdb: call touch_softlockup_watchdog on resumeJason Wessel
2008-10-06sched: remove redundant code in cpu_cgroup_create()Li Zefan
2008-10-06Merge branch 'linus' into sched/develIngo Molnar
2008-10-04sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCU, fixIngo Molnar
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney
2008-10-03Merge commit 'v2.6.27-rc8' into core/rcuIngo Molnar
2008-10-02fix error-path NULL deref in alloc_posix_timer()Dan Carpenter
2008-10-02genirq: record trigger typeDavid Brownell
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar