summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-27x86: configs: tizen_emul_defconfig: Enable OVERLAY_FS configsubmit/tizen/20210728.051741accepted/tizen/unified/20210728.090603Chanwoo Choi1-1/+1
2021-07-15x86: tizen_emul_defconfig: Enable CONFIG_CUSEsubmit/tizen/20210716.022043accepted/tizen/unified/20210716.131235sangwook lee1-1/+1
2021-02-18x86: defconfig: disable SECURITY_SMACK_NETFILTER configsubmit/tizen/20210218.095134accepted/tizen/unified/20210219.040831Chanwoo Choi1-1/+1
2019-12-26x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf1-1/+2
2019-09-10Enable kernel options required for security-manager iptables configtizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201027.114301submit/tizen_5.5_mobile_hotfix/20201026.1851010submit/tizen_5.5/20191031.000009submit/tizen/20190910.123110accepted/tizen/unified/20190911.111606accepted/tizen/5.5/unified/mobile/hotfix/20201027.060938accepted/tizen/5.5/unified/20191031.004528tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixLukasz Pawelczyk1-1/+4
2019-09-10Change Kernel ConfigurationRahul Dadhich1-4/+4
2018-07-04resolve DNS Packet drop issueRahul Dadhich1-1/+1
2017-01-18charset: enable CONFIG_NLS_ISO8859_1Jinhyung Choi1-1/+1
2016-12-19x86: tizen_emul_defconfig: enable SECURITY_SMACK_APPEND_SIGNALSRafal Krypa1-1/+3
2016-12-18x86: tizen_emul_defconfig: enable IPV6_NF_*jooseong lee1-2/+21
2016-12-05Merge branch 'tizen' into tizen_linux_4.4.35SeokYeon Hwang1-596/+299
2016-12-01Merge branch 'tizen' into developSeokYeon Hwang2-1/+21
2016-11-30Merge tag 'v4.4.35' into tizentizen_linux_4.4.35SeokYeon Hwang313-2331/+4006
2016-11-29x86, pat: workaround to force PAT usageVasiliy Ulyanov1-0/+20
2016-11-26x86/kexec: add -fno-PIESebastian Andrzej Siewior1-0/+1
2016-11-26KVM: Disable irq while unregistering user notifierIgnacio Alvarado1-2/+11
2016-11-26KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini1-0/+3
2016-11-26x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam1-5/+1
2016-11-25x86: tizen_emul_defconfig: enable smack_netfilterjooseong lee1-1/+1
2016-11-21sparc64: Delete now unused user copy fixup functions.David S. Miller3-103/+4
2016-11-21sparc64: Delete now unused user copy assembler helpers.David S. Miller1-30/+0
2016-11-21sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller3-81/+162
2016-11-21sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller3-91/+153
2016-11-21sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+162
2016-11-21sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+231
2016-11-21sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller3-124/+237
2016-11-21sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller3-18/+38
2016-11-21sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller1-10/+25
2016-11-21sparc64: Prepare to move to more saner user copy exception handling.David S. Miller15-39/+47
2016-11-21sparc64: Delete __ret_efault.David S. Miller3-48/+1
2016-11-21sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller1-55/+228
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller1-12/+30
2016-11-21sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller1-1/+1
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller1-14/+51
2016-11-21sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller1-0/+17
2016-11-21sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-11-21sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz6-15/+19
2016-11-21sparc: Don't leak context bits into thread->fault_addressDavid S. Miller3-4/+24
2016-11-18KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2-12/+19
2016-11-18ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta1-8/+11
2016-11-18s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu1-3/+3
2016-11-15KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan1-10/+53
2016-11-15Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changesGreg Kroah-Hartman1-53/+10
2016-11-10kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann1-1/+1
2016-11-10ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann1-1/+1
2016-11-10powerpc/ptrace: Fix out of bounds array access warningKhem Raj1-2/+2
2016-11-10x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2016-11-10parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-11-10KVM: MIPS: Make ERET handle ERL before EXLJames Hogan1-4/+4
2016-11-10KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv1-1/+3