The Linux Kernel Sources

Edit Package kernel-source

Linux kernel sources with many fixes and improvements.

Refresh
Refresh
Source Files
Filename Size Changed
README.KSYMS 0000000345 345 Bytes
README.PATCH-POLICY.SUSE 0000013708 13.4 KB
README.SUSE 0000017016 16.6 KB
_constraints 0000003024 2.95 KB
apply-patches 0000001098 1.07 KB
arch-symbols 0000001525 1.49 KB
check-for-config-changes 0000000436 436 Bytes
compress-vmlinux.sh 0000000385 385 Bytes
compute-PATCHVERSION.sh 0000001635 1.6 KB
config-options.changes.txt 0000058678 57.3 KB
config.addon.tar.bz2 0000000130 130 Bytes
config.conf 0000000654 654 Bytes
config.sh 0000000426 426 Bytes
config.tar.bz2 0000143100 140 KB
constraints.in 0000002304 2.25 KB
devel-post.sh 0000000413 413 Bytes
devel-pre.sh 0000000138 138 Bytes
dtb-aarch64.changes 0002847162 2.72 MB
dtb-aarch64.spec 0000021394 20.9 KB
dtb-armv6l.changes 0002847162 2.72 MB
dtb-armv6l.spec 0000005900 5.76 KB
dtb-armv7l.changes 0002847162 2.72 MB
dtb-armv7l.spec 0000033518 32.7 KB
dtb.spec.in.in 0000002905 2.84 KB
group-source-files.pl 0000001875 1.83 KB
guards 0000007935 7.75 KB
host-memcpy-hack.h 0000000183 183 Bytes
kabi.pl 0000003459 3.38 KB
kabi.tar.bz2 0000000469 469 Bytes
kernel-binary.spec.in 0000033970 33.2 KB
kernel-cert-subpackage 0000001109 1.08 KB
kernel-debug.changes 0002847162 2.72 MB
kernel-debug.spec 0000046709 45.6 KB
kernel-default.changes 0002847162 2.72 MB
kernel-default.spec 0000049243 48.1 KB
kernel-docs.changes 0002847162 2.72 MB
kernel-docs.spec 0000007275 7.1 KB
kernel-docs.spec.in 0000003750 3.66 KB
kernel-lpae.changes 0002847162 2.72 MB
kernel-lpae.spec 0000046774 45.7 KB
kernel-module-subpackage 0000002677 2.61 KB
kernel-obs-build.changes 0002847162 2.72 MB
kernel-obs-build.spec 0000004824 4.71 KB
kernel-obs-build.spec.in 0000004840 4.73 KB
kernel-obs-qa.changes 0002847162 2.72 MB
kernel-obs-qa.spec 0000002159 2.11 KB
kernel-obs-qa.spec.in 0000002162 2.11 KB
kernel-source.changes 0002847162 2.72 MB
kernel-source.rpmlintrc 0000000871 871 Bytes
kernel-source.spec 0000008429 8.23 KB
kernel-source.spec.in 0000008187 8 KB
kernel-spec-macros 0000001753 1.71 KB
kernel-syms.changes 0002847162 2.72 MB
kernel-syms.spec 0000002328 2.27 KB
kernel-syms.spec.in 0000002161 2.11 KB
kernel-vanilla.changes 0002847162 2.72 MB
kernel-vanilla.spec 0000046563 45.5 KB
kernel-zfcpdump.changes 0002847162 2.72 MB
kernel-zfcpdump.spec 0000046928 45.8 KB
linux-4.12.tar.xz 0099186576 94.6 MB
log.sh 0000004034 3.94 KB
macros.kernel-source 0000002673 2.61 KB
mkspec 0000012573 12.3 KB
mkspec-dtb 0000009514 9.29 KB
modversions 0000003564 3.48 KB
old-flavors 0000000972 972 Bytes
package-descriptions 0000004663 4.55 KB
patches.addon.tar.bz2 0000000133 133 Bytes
patches.apparmor.tar.bz2 0000118085 115 KB
patches.arch.tar.bz2 0000926390 905 KB
patches.drivers.tar.bz2 0004357460 4.16 MB
patches.fixes.tar.bz2 0000494893 483 KB
patches.kabi.tar.bz2 0000000130 130 Bytes
patches.kernel.org.tar.bz2 0000606245 592 KB
patches.rpmify.tar.bz2 0000002983 2.91 KB
patches.rt.tar.bz2 0000000127 127 Bytes
patches.suse.tar.bz2 0001532288 1.46 MB
post.sh 0000002010 1.96 KB
postun.sh 0000001267 1.24 KB
pre.sh 0000002197 2.15 KB
preun.sh 0000000138 138 Bytes
series.conf 0000629021 614 KB
source-post.sh 0000000329 329 Bytes
source-timestamp 0000000107 107 Bytes
split-modules 0000003478 3.4 KB
supported.conf 0000119811 117 KB
sysctl.tar.bz2 0000000841 841 Bytes
try-disable-staging-driver 0000002475 2.42 KB
Revision 68 (latest revision is 126)
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 578210 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 68)
- writeback: eliminate work item allocation in
  bd_start_writeback() (bnc#1081213).
- writeback: only allow one inflight and pending full flush
  (bnc#1081213).
- writeback: move nr_pages == 0 logic to one location
  (bnc#1081213).
- writeback: make wb_start_writeback() static (bnc#1081213).
- writeback: pass in '0' for nr_pages writeback in laptop mode
  (bnc#1081213).
- writeback: provide a wakeup_flusher_threads_bdi() (bnc#1081213).
- writeback: remove 'range_cyclic' argument for
  wb_start_writeback() (bnc#1081213).
- writeback: switch wakeup_flusher_threads() to cyclic writeback
  (bnc#1081213).
- fs: kill 'nr_pages' argument from wakeup_flusher_threads()
  (bnc#1081213).
- buffer: eliminate the need to call free_more_memory() in
  __getblk_slow() (bnc#971975 VM performance -- memory usage
  during reclaim).
- buffer: grow_dev_page() should use __GFP_NOFAIL for all cases
  (bnc#971975 VM performance -- memory usage during reclaim).
- buffer: have alloc_page_buffers() use __GFP_NOFAIL (bnc#971975
  VM performance -- memory usage during reclaim).
- commit ff7bae7

- powerpc/mm/hash64: Zero PGD pages on allocation (FATE#322447,
  bsc#1078248).
- powerpc/mm/hash64: Store the slot information at the right
  offset for hugetlb (FATE#322447, bsc#1078248).
- powerpc/mm/hash64: Allocate larger PMD table if hugetlb config
Comments 0
openSUSE Build Service is sponsored by