index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/vsmp: Fix vector_allocation_domain's return value
Ido Yariv
2012-06-18
1
-1
/
+2
*
Merge branch 'x86/apic' into x86/platform
Ingo Molnar
2012-06-18
24
-562
/
+359
|
\
|
*
irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...
Suresh Siddha
2012-06-15
5
-110
/
+86
|
*
Merge branch 'x86/cleanups' into x86/apic
Ingo Molnar
2012-06-15
6
-17
/
+12
|
|
\
|
|
*
x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()
Shuah Khan
2012-06-06
1
-6
/
+6
|
|
*
x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functions
Jiang Liu
2012-05-24
2
-5
/
+6
|
|
*
Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"
Feng Tang
2012-05-24
3
-6
/
+0
|
*
|
x86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumask
Alexander Gordeev
2012-06-14
1
-1
/
+1
|
*
|
x86/apic/es7000+summit: Always make valid apicid from a cpumask
Alexander Gordeev
2012-06-14
2
-0
/
+4
|
*
|
x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid()
Alexander Gordeev
2012-06-14
2
-2
/
+2
|
*
|
x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()
Alexander Gordeev
2012-06-14
4
-10
/
+10
|
*
|
x86/apic: Eliminate cpu_mask_to_apicid() operation
Alexander Gordeev
2012-06-14
15
-105
/
+25
|
*
|
x86/x2apic/cluster: Vector_allocation_domain() should return a value
Alexander Gordeev
2012-06-14
1
-1
/
+2
|
*
|
x86/apic/irq_remap: Silence a bogus pr_err()
Dan Carpenter
2012-06-13
1
-1
/
+1
|
*
|
x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask
Alexander Gordeev
2012-06-08
6
-11
/
+7
|
*
|
x86/apic: Make cpu_mask_to_apicid() operations return error code
Alexander Gordeev
2012-06-08
10
-105
/
+188
|
*
|
x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()
Alexander Gordeev
2012-06-08
3
-7
/
+16
|
*
|
x86/apic: Try to spread IRQ vectors to different priority levels
Alexander Gordeev
2012-06-08
1
-4
/
+3
|
*
|
x86/apic: Factor out default vector_allocation_domain() operation
Alexander Gordeev
2012-06-08
11
-117
/
+32
|
*
|
x86/apic: Factor out default cpu_mask_to_apicid() operations
Alexander Gordeev
2012-06-06
8
-139
/
+52
|
*
|
x86/apic: Factor out default target_cpus() operation
Alexander Gordeev
2012-06-06
8
-45
/
+12
|
*
|
x86/apic: Trivial whitespace fixes
Alexander Gordeev
2012-06-06
3
-4
/
+4
|
*
|
x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...
Suresh Siddha
2012-06-06
3
-26
/
+48
|
*
|
x86/irq: Update irq_cfg domain unless the new affinity is a subset of the cur...
Suresh Siddha
2012-06-06
1
-9
/
+6
*
|
|
x86/vsmp: Fix linker error when CONFIG_PROC_FS is not set
Ido Yariv
2012-06-15
1
-0
/
+3
*
|
|
x86/vsmp: Ignore IOAPIC IRQ affinity if possible
Ravikiran Thirumalai
2012-06-11
1
-4
/
+23
*
|
|
x86/platform: Introduce APIC post-initialization callback
Ido Yariv
2012-06-06
4
-9
/
+20
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2012-06-05
6
-11
/
+87
|
\
\
|
*
|
fuse: fix blksize calculation
Miklos Szeredi
2012-05-14
1
-1
/
+9
|
*
|
fuse: fix stat call on 32 bit platforms
Pavel Shilovsky
2012-05-14
3
-1
/
+20
|
*
|
fuse: optimize fallocate on permanent failure
Miklos Szeredi
2012-04-26
2
-0
/
+10
|
*
|
fuse: add FALLOCATE operation
Anatol Pomozov
2012-04-25
2
-1
/
+46
|
*
|
fuse: Convert to kstrtoul_from_user
Peter Huewe
2012-04-25
1
-8
/
+2
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-06-05
8
-59
/
+120
|
\
\
\
|
*
|
|
sched: Remove NULL assignment of dattr_cur
Kamalesh Babulal
2012-05-30
1
-1
/
+0
|
*
|
|
sched: Remove the last NULL entry from sched_feat_names
Hiroshi Shimamoto
2012-05-30
1
-1
/
+0
|
*
|
|
sched: Make sched_feat_names const
Hiroshi Shimamoto
2012-05-30
1
-1
/
+1
|
*
|
|
sched/rt: Fix SCHED_RR across cgroups
Colin Cross
2012-05-30
1
-5
/
+10
|
*
|
|
sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'
Peter Zijlstra
2012-05-30
6
-20
/
+26
|
*
|
|
sched: Make sure to not re-read variables after validation
Peter Zijlstra
2012-05-30
1
-4
/
+11
|
*
|
|
sched: Fix SD_OVERLAP
Peter Zijlstra
2012-05-30
2
-7
/
+25
|
*
|
|
sched: Don't try allocating memory from offline nodes
Peter Zijlstra
2012-05-30
1
-1
/
+1
|
*
|
|
sched/nohz: Fix rq->cpu_load calculations some more
Peter Zijlstra
2012-05-30
3
-10
/
+45
|
*
|
|
sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_mask
Peter Zijlstra
2012-05-30
1
-9
/
+1
|
|
|
|
|
\
\
\
*
-
.
\
\
\
Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-06-05
4
-5
/
+5
|
\
\
\
\
\
|
|
*
|
|
|
nommu: fix compilation of nommu.c
Greg Ungerer
2012-06-04
1
-1
/
+1
|
*
|
|
|
|
fixups for signal breakage
Al Viro
2012-06-04
3
-4
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2012-06-05
8
-143
/
+167
|
\
\
\
\
\
|
*
|
|
|
|
CIFS: Move get_next_mid to ops struct
Pavel Shilovsky
2012-06-01
7
-95
/
+103
|
*
|
|
|
|
CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe
Pavel Shilovsky
2012-06-01
1
-2
/
+4
[next]