index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-17
Add /sys/module/name/notes
Roland McGrath
1
-0
/
+3
2007-10-17
core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe
Neil Horman
1
-1
/
+1
2007-10-17
Add in SunOS 4.1.x compatible mode for UFS
Mark Fortescue
1
-4
/
+51
2007-10-17
fs: remove the unused mempages parameter
Denis Cheng
1
-2
/
+2
2007-10-17
Remove "unsafe" from module struct
Rusty Russell
1
-15
/
+0
2007-10-17
ext4: show all mount options
Miklos Szeredi
1
-0
/
+1
2007-10-17
ext3: show all mount options
Miklos Szeredi
1
-0
/
+1
2007-10-17
ext2: show all mount options
Miklos Szeredi
1
-0
/
+1
2007-10-17
Remove sysctl.h from fs.h
Alexey Dobriyan
1
-2
/
+2
2007-10-17
kill DECLARE_MUTEX_LOCKED
Christoph Hellwig
23
-23
/
+0
2007-10-17
unexport asm/shmparam.h
Olaf Hering
4
-4
/
+2
2007-10-17
Driver for the Atmel on-chip SSC on AT32AP and AT91
Hans-Christian Egtvedt
1
-0
/
+312
2007-10-17
Force erroneous inclusions of compiler-*.h files to be errors
Robert P. J. Day
4
-4
/
+12
2007-10-17
softlockup: add a /proc tuning parameter
Ravikiran G Thirumalai
1
-0
/
+1
2007-10-17
softlockup: make asm/irq_regs.h available on every platform
Ingo Molnar
4
-0
/
+4
2007-10-17
Immunize rcu_dereference() against crazy compiler writers
Paul E. McKenney
1
-1
/
+13
2007-10-17
Make unregister_binfmt() return void
Alexey Dobriyan
1
-1
/
+1
2007-10-17
Use list_head in binfmt handling
Alexey Dobriyan
1
-1
/
+1
2007-10-17
fs/reiserfs/: cleanups
Adrian Bunk
1
-7
/
+0
2007-10-17
mm: test and set zone reclaim lock before starting reclaim
David Rientjes
1
-0
/
+8
2007-10-17
oom: add header file to Kbuild as unifdef
David Rientjes
1
-0
/
+1
2007-10-17
oom: prevent including sched.h in header file
David Rientjes
1
-2
/
+5
2007-10-17
oom: compare cpuset mems_allowed instead of exclusive ancestors
David Rientjes
1
-2
/
+4
2007-10-17
oom: add per-zone locking
David Rientjes
2
-0
/
+8
2007-10-17
oom: change all_unreclaimable zone member to flags
David Rientjes
1
-4
/
+25
2007-10-17
oom: move constraints to enum
David Rientjes
1
-0
/
+9
2007-10-17
oom: move prototypes to appropriate header file
David Rientjes
2
-6
/
+10
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
3
-3
/
+3
2007-10-17
mm: dirty balancing for tasks
Peter Zijlstra
2
-0
/
+3
2007-10-17
mm: per device dirty threshold
Peter Zijlstra
2
-0
/
+8
2007-10-17
lib: floating proportions
Peter Zijlstra
1
-0
/
+119
2007-10-17
mm: count writeback pages per BDI
Peter Zijlstra
1
-0
/
+1
2007-10-17
mm: count reclaimable pages per BDI
Peter Zijlstra
1
-0
/
+1
2007-10-17
mm: scalable bdi statistics counters
Peter Zijlstra
1
-3
/
+82
2007-10-17
mm: bdi init hooks
Peter Zijlstra
1
-0
/
+8
2007-10-17
lib: percpu_counter_init_irq
Peter Zijlstra
1
-0
/
+3
2007-10-17
lib: percpu_counter_init error handling
Peter Zijlstra
1
-2
/
+3
2007-10-17
lib: percpu_count_sum()
Peter Zijlstra
1
-1
/
+17
2007-10-17
lib: percpu_counter_sum_positive
Peter Zijlstra
1
-2
/
+2
2007-10-17
lib: percpu_counter_set
Peter Zijlstra
1
-0
/
+6
2007-10-17
lib: make percpu_counter_add take s64
Peter Zijlstra
1
-3
/
+3
2007-10-17
lib: percpu_counter variable batch
Peter Zijlstra
1
-1
/
+9
2007-10-17
lib: percpu_counter_sub
Peter Zijlstra
1
-0
/
+5
2007-10-17
lib: percpu_counter_add
Peter Zijlstra
1
-4
/
+4
2007-10-17
nfs: remove congestion_end()
Peter Zijlstra
1
-1
/
+0
2007-10-17
powerpc: add Altivec/VMX state to coredumps
Mark Nelson
2
-0
/
+9
2007-10-17
x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define
Mark Nelson
1
-0
/
+1
2007-10-17
partially fix up the lookup_one_noperm mess
Christoph Hellwig
1
-2
/
+2
2007-10-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-6
/
+5
2007-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+18
[next]