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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-20
x86: sysfs: kill owner field from attribute
Parag Warudkar
20
-23
/
+9
2008-10-20
fs/Kconfig: move CIFS out
Alexey Dobriyan
2
-142
/
+143
2008-10-20
include/linux/bcd.h: remove comments
Adrian Bunk
1
-9
/
+0
2008-10-20
remove the obsolete BCD*BIN/BIN*BCD macros
Adrian Bunk
1
-7
/
+0
2008-10-20
drivers/scsi/sr_vendor.c: use bcd2bin
Adrian Bunk
1
-6
/
+6
2008-10-20
i2c: use bcd2bin/bin2bcd
Adrian Bunk
1
-17
/
+17
2008-10-20
mn10300: use bcd2bin/bin2bcd
Adrian Bunk
1
-3
/
+3
2008-10-20
mips: use bcd2bin/bin2bcd
Adrian Bunk
5
-59
/
+59
2008-10-20
drivers/rtc/rtc-bq4802.c: don't use BIN_2_BCD and BCD_2_BIN
Andrew Morton
1
-15
/
+15
2008-10-20
rtc: use bcd2bin/bin2bcd
Adrian Bunk
6
-83
/
+83
2008-10-20
drivers/rtc/: use bcd2bin/bin2bcd
Adrian Bunk
30
-509
/
+509
2008-10-20
cris: use bcd2bin/bin2bcd
Adrian Bunk
4
-45
/
+45
2008-10-20
alpha: use bcd2bin/bin2bcd
Adrian Bunk
2
-11
/
+11
2008-10-20
acpi: use bcd2bin/bin2bcd
Adrian Bunk
1
-9
/
+9
2008-10-20
make mm/rmap.c:anon_vma_cachep static
Adrian Bunk
2
-13
/
+11
2008-10-20
byteorder: remove direct includes of linux/byteorder/swab[b].h
Harvey Harrison
4
-2
/
+4
2008-10-20
byteorder: provide swabb.h generically in asm/byteorder.h
Harvey Harrison
3
-0
/
+3
2008-10-20
byteorder: use generic C version for value byteswapping
Harvey Harrison
1
-10
/
+0
2008-10-20
byteorder: add new headers for make headers-install
Harvey Harrison
1
-0
/
+2
2008-10-20
edac cell: fix incorrect edac_mode
Benjamin Herrenschmidt
1
-1
/
+1
2008-10-20
pc8736x_gpio: add support for PC87365 chips
Andre Haupt
1
-3
/
+8
2008-10-20
message queues: increase range limits
Joe Korty
1
-6
/
+14
2008-10-20
kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.
Ken'ichi Ohmichi
1
-0
/
+2
2008-10-20
always reserve elfcore header memory in crash kernel
Simon Horman
2
-4
/
+2
2008-10-20
kdump: add is_vmcore_usable() and vmcore_unusable()
Simon Horman
3
-3
/
+27
2008-10-20
kdump: use is_kdump_kernel() in sba_init()
Simon Horman
1
-3
/
+2
2008-10-20
kdump: update elfcorehdr documentation to reflect supported architectures
Simon Horman
1
-1
/
+1
2008-10-20
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
Vivek Goyal
9
-11
/
+46
2008-10-20
kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)
Oleg Nesterov
1
-3
/
+2
2008-10-20
add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS
Roland McGrath
2
-1
/
+29
2008-10-20
coredump: format_corename: don't append .%pid if multi-threaded
Oleg Nesterov
1
-4
/
+3
2008-10-20
make ptrace_untrace() static
Adrian Bunk
2
-2
/
+1
2008-10-20
bitmask: remove bitmap_scnprintf_len()
Lai Jiangshan
2
-12
/
+0
2008-10-20
cpuset: use seq_*mask_* to print masks
Lai Jiangshan
1
-8
/
+4
2008-10-20
seq_file: add seq_cpumask_list(), seq_nodemask_list()
Lai Jiangshan
2
-0
/
+29
2008-10-20
seq_file: don't call bitmap_scnprintf_len()
Lai Jiangshan
1
-7
/
+8
2008-10-20
cpuset.c: remove extra variable
Rakib Mullick
1
-3
/
+2
2008-10-20
memcg: allocate all page_cgroup at boot
KAMEZAWA Hiroyuki
8
-194
/
+438
2008-10-20
memcg: atomic ops for page_cgroup->flags
KAMEZAWA Hiroyuki
1
-40
/
+82
2008-10-20
memcg: optimize per-cpu statistics
KAMEZAWA Hiroyuki
1
-8
/
+10
2008-10-20
memcg: avoid accounting special pages
KAMEZAWA Hiroyuki
3
-24
/
+29
2008-10-20
memcg: make page->mapping NULL before uncharge
KAMEZAWA Hiroyuki
3
-3
/
+9
2008-10-20
memcg: move charge swapin under lock
KAMEZAWA Hiroyuki
1
-5
/
+6
2008-10-20
devcgroup: remove spin_lock()
Lai Jiangshan
1
-29
/
+5
2008-10-20
devcgroup: remove unused variable
Li Zefan
1
-2
/
+1
2008-10-20
devcgroup: use kmemdup()
Li Zefan
1
-7
/
+2
2008-10-20
cgroups: fix declaration of cgroup_mm_owner_callbacks
Paul Menage
1
-9
/
+6
2008-10-20
cgroups: convert tasks file to use a seq_file with shared pid array
Paul Menage
2
-83
/
+149
2008-10-20
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
Lai Jiangshan
3
-27
/
+23
2008-10-20
hfsplus: fix possible deadlock when handling corrupted extents
Eric Sesterhenn
1
-0
/
+3
[next]