index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-25
KVM: Make coalesced mmio use a device per zone
Sasha Levin
3
-77
/
+53
2011-09-25
KVM: x86: Raise the hard VCPU count limit
Sasha Levin
4
-4
/
+16
2011-09-25
KVM: MMIO: Lock coalesced device when checking for available entry
Sasha Levin
1
-15
/
+27
2011-09-25
KVM: x86: cleanup the code of read/write emulation
Xiao Guangrong
1
-101
/
+45
2011-09-25
KVM: x86: abstract the operation for read/write emulation
Xiao Guangrong
1
-0
/
+72
2011-09-25
KVM: x86: fix broken read emulation spans a page boundary
Xiao Guangrong
1
-8
/
+31
2011-09-25
KVM: x86 emulator: fix Src2CL decode
Avi Kivity
1
-1
/
+1
2011-09-25
KVM: MMU: fix incorrect return of spte
Zhao Jin
1
-1
/
+2
2011-09-23
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-1
/
+6
2011-09-23
spi: Fix WARN when removing spi-fsl-spi module
Jeff Harris
1
-0
/
+3
2011-09-23
scsi: fix qla2xxx printk format warning
Randy Dunlap
1
-2
/
+2
2011-09-23
scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build error
Randy Dunlap
1
-0
/
+1
2011-09-23
Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linux
Linus Torvalds
1
-1
/
+1
2011-09-23
Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linux
Linus Torvalds
13
-57
/
+209
2011-09-23
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2
-3
/
+10
2011-09-23
Merge branch 'for-linus' of git://github.com/tiwai/sound
Linus Torvalds
5
-35
/
+27
2011-09-23
perf python: Add missing perf_event__parse_sample 'swapped' parm
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-09-23
perf tools: Add support for disabling -Werror via WERROR=0
Darren Hart
1
-1
/
+8
2011-09-23
perf top: Fix userspace sample addr map offset
Arnaldo Carvalho de Melo
1
-4
/
+5
2011-09-23
perf symbols: Fix issue with binaries using 16-bytes buildids (v2)
Stephane Eranian
1
-11
/
+13
2011-09-23
perf tool: Fix endianness handling of u32 data in samples
David Ahern
4
-14
/
+47
2011-09-23
perf sort: Fix symbol sort output by separating unresolved samples by type
Anton Blanchard
1
-2
/
+8
2011-09-23
perf symbols: Synthesize anonymous mmap events
Anton Blanchard
1
-0
/
+5
2011-09-23
perf record: Create events initially disabled and enable after init
David Ahern
3
-0
/
+17
2011-09-23
perf symbols: Add some heuristics for choosing the best duplicate symbol
Anton Blanchard
1
-0
/
+88
2011-09-23
perf symbols: Preserve symbol scope when parsing /proc/kallsyms
Anton Blanchard
1
-2
/
+4
2011-09-23
perf symbols: /proc/kallsyms does not sort module symbols
Anton Blanchard
1
-22
/
+11
2011-09-23
perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files
Anton Blanchard
1
-0
/
+2
2011-09-23
perf probe: Fix regression of variable finder
Masami Hiramatsu
1
-1
/
+1
2011-09-23
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
3
-30
/
+16
2011-09-23
ALSA: usb-audio - clear chip->probing on error exit
Thomas Pfaff
1
-0
/
+1
2011-09-23
drm/radeon/kms: fix DDIA enable on some rs690 systems
Alex Deucher
1
-1
/
+8
2011-09-23
Revert "drm/radeon/kms: fix typo in r100_blit_copy"
Dave Airlie
1
-2
/
+2
2011-09-22
Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security
Linus Torvalds
3
-3
/
+9
2011-09-23
TPM: Zero buffer after copying to userspace
Peter Huewe
1
-1
/
+5
2011-09-23
TPM: Call tpm_transmit with correct size
Peter Huewe
1
-0
/
+3
2011-09-23
TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc
Axel Lin
1
-2
/
+0
2011-09-23
TPM: TCG_ATMEL should depend on HAS_IOPORT
Geert Uytterhoeven
1
-0
/
+1
2011-09-22
thp: fix khugepaged defrag tunable documentation
David Rientjes
1
-3
/
+4
2011-09-22
zorro: Defer device_register() until all devices have been identified
Geert Uytterhoeven
1
-1
/
+6
2011-09-22
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
6
-10
/
+17
2011-09-22
ALSA: fm801: Gracefully handle failure of tuner auto-detect
Ben Hutchings
1
-3
/
+10
2011-09-22
ALSA: fm801: Fix double free in case of error in tuner detection
Ben Hutchings
1
-2
/
+0
2011-09-21
Linux 3.1-rc7
v3.1-rc7
Linus Torvalds
1
-1
/
+1
2011-09-21
XZ: Fix incorrect XZ_BUF_ERROR
Lasse Collin
1
-7
/
+20
2011-09-21
Merge git://github.com/davem330/net
Linus Torvalds
22
-80
/
+165
2011-09-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-78
/
+92
2011-09-21
init: carefully handle loglevel option on kernel cmdline.
Alexander Sverdlin
1
-2
/
+13
2011-09-21
teach /proc/$pid/numa_maps about transparent hugepages
Dave Hansen
1
-0
/
+20
2011-09-21
break out numa_maps gather_pte_stats() checks
Dave Hansen
1
-15
/
+24
[next]