All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-08 21:57:43 to 2017-09-08 23:13:58 UTC [more...]

[patch 055/126] x86: implement memset16, memset32 & memset64
 2017-09-08 23:13 UTC 

[patch 054/126] lib/string.c: add testcases for memset16/32/64
 2017-09-08 23:13 UTC 

[patch 053/126] lib/string.c: add multibyte memset functions
 2017-09-08 23:13 UTC 

[patch 052/126] linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro
 2017-09-08 23:13 UTC 

[patch 051/126] fs, proc: unconditional cond_resched when reading smaps
 2017-09-08 23:13 UTC 

[patch 050/126] proc: uninline proc_create()
 2017-09-08 23:13 UTC 

[patch 049/126] fs, proc: remove priv argument from is_stack
 2017-09-08 23:13 UTC 

[GIT PULL] power-supply changes for 4.14
 2017-09-08 23:13 UTC 

[patch 048/126] mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()
 2017-09-08 23:13 UTC 

[patch 047/126] mm/swapfile.c: fix swapon frontswap_map memory leak on error
 2017-09-08 23:13 UTC 

[patch 046/126] mm: kvfree the swap cluster info if the swap file is unsatisfactory
 2017-09-08 23:13 UTC 

[Qemu-devel] [PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-09-08 23:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 01/12] gitignore: Ignore vm test images
` [Qemu-devel] [PATCH v6 03/12] scripts: Add archive-source.sh

[patch 045/126] mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt
 2017-09-08 23:13 UTC 

[patch 044/126] tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing
 2017-09-08 23:13 UTC 

[patch 043/126] mm/sparse.c: fix typo in online_mem_sections
 2017-09-08 23:13 UTC 

[PATCH net] Revert "mdio_bus: Remove unneeded gpiod NULL check"
 2017-09-08 23:13 UTC  (2+ messages)

[patch 042/126] mm/memory.c: fix mem_cgroup_oom_disable() call missing
 2017-09-08 23:13 UTC 

[patch 042/126] mm/memory.c: fix mem_cgroup_oom_disable() call missing
 2017-09-08 23:13 UTC 

[patch 041/126] mm: memcontrol: use per-cpu stocks for socket memory uncharging
 2017-09-08 23:13 UTC 

[patch 040/126] mm: fadvise: avoid fadvise for fs without backing device
 2017-09-08 23:13 UTC 

[patch 039/126] mm/zsmalloc.c: change stat type parameter to int
 2017-09-08 23:13 UTC 

[patch 038/126] mm/mlock.c: use page_zone() instead of page_zone_id()
 2017-09-08 23:12 UTC 

[patch 037/126] mm: consider the number in local CPUs when reading NUMA stats
 2017-09-08 23:12 UTC 

[patch 036/126] mm: update NUMA counter threshold size
 2017-09-08 23:12 UTC 

[patch 035/126] mm: change the call sites of numa statistics items
 2017-09-08 23:12 UTC 

[patch 034/126] mm/memory.c: remove reduntant check for write access
 2017-09-08 23:12 UTC 

[patch 033/126] userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS
 2017-09-08 23:12 UTC 

[patch 032/126] mm: remove useless vma parameter to offset_il_node
 2017-09-08 23:12 UTC 

[patch 031/126] mm/hmm: fix build when HMM is disabled
 2017-09-08 23:12 UTC 

[patch 030/126] mm/hmm: avoid bloating arch that do not make use of HMM
 2017-09-08 23:12 UTC 

[patch 029/126] mm/hmm: add new helper to hotplug CDM memory region
 2017-09-08 23:12 UTC 

[patch 028/126] mm/device-public-memory: device memory cache coherent with CPU
 2017-09-08 23:12 UTC 

[PATCH 0/3] fscrypto: Return -EXDEV for link, rename, and cross-rename between incompat contexts
 2017-09-08 23:12 UTC  (2+ messages)

[patch 027/126] mm/migrate: allow migrate_vma() to alloc new page on empty entry
 2017-09-08 23:12 UTC 

[patch 026/126] mm/migrate: support un-addressable ZONE_DEVICE page in migration
 2017-09-08 23:12 UTC 

[patch 025/126] mm/migrate: migrate_vma() unmap page from vma while collecting pages
 2017-09-08 23:12 UTC 

[patch 024/126] mm/migrate: new memory migration helper for use with device memory
 2017-09-08 23:12 UTC 

[patch 023/126] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
 2017-09-08 23:12 UTC 

[patch 022/126] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory
 2017-09-08 23:12 UTC 

[patch 021/126] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE
 2017-09-08 23:11 UTC 

[patch 020/126] mm/memcontrol: support MEMORY_DEVICE_PRIVATE
 2017-09-08 23:11 UTC 

[patch 019/126] mm/memcontrol: allow to uncharge page without using page->lru field
 2017-09-08 23:11 UTC 

[patch 018/126] mm/ZONE_DEVICE: special case put_page() for device private pages
 2017-09-08 23:11 UTC 

[patch 017/126] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
 2017-09-08 23:11 UTC 

[patch 016/126] mm/memory_hotplug: introduce add_pages
 2017-09-08 23:11 UTC 

[patch 015/126] mm/hmm/mirror: device page fault handler
 2017-09-08 23:11 UTC 

[patch 014/126] mm/hmm/mirror: helper to snapshot CPU page table
 2017-09-08 23:11 UTC 

[PATCH v3 00/13] introduce the Xen PV Calls frontend
 2017-09-08 23:11 UTC  (21+ messages)
` [PATCH v3 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v3 08/13] xen/pvcalls: implement accept command
  ` [PATCH v3 10/13] xen/pvcalls: implement recvmsg
  ` [PATCH v3 11/13] xen/pvcalls: implement poll command
  ` [PATCH v3 12/13] xen/pvcalls: implement release command

[patch 013/126] mm/hmm/mirror: mirror process address space on device with HMM helpers
 2017-09-08 23:11 UTC 

[patch 012/126] mm/hmm: heterogeneous memory management (HMM for short)
 2017-09-08 23:11 UTC 

[patch 011/126] hmm: heterogeneous memory management documentation
 2017-09-08 23:11 UTC 

[patch 010/126] mm: memory_hotplug: memory hotremove supports thp migration
 2017-09-08 23:11 UTC 

[patch 009/126] mm: migrate: move_pages() supports thp migration
 2017-09-08 23:11 UTC 

[patch 008/126] mm: mempolicy: mbind and migrate_pages support thp migration
 2017-09-08 23:11 UTC 

[patch 007/126] mm: soft-dirty: keep soft-dirty bits over thp migration
 2017-09-08 23:11 UTC 

[patch 006/126] mm: thp: check pmd migration entry in common path
 2017-09-08 23:11 UTC 

[patch 005/126] mm: thp: enable thp migration in generic path
 2017-09-08 23:10 UTC 

[patch 004/126] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
 2017-09-08 23:10 UTC 

[patch 003/126] mm: thp: introduce separate TTU flag for thp freezing
 2017-09-08 23:10 UTC 

[patch 002/126] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
 2017-09-08 23:10 UTC 

[patch 001/126] mm: mempolicy: add queue_pages_required()
 2017-09-08 23:10 UTC 

incoming
 2017-09-08 23:10 UTC 

[PATCH net] ipv6: fix memory leak with multiple tables during netns destruction
 2017-09-08 23:09 UTC  (5+ messages)
  ` [PATCH net] ipv6: fix typo in fib6_net_exit()

[Intel-wired-lan] [PATCH v4] i40e/i40evf: organize and re-number feature flags
 2017-09-08 23:09 UTC  (2+ messages)

[PATCH net] tcp: fix a request socket leak
 2017-09-08 23:08 UTC  (3+ messages)

Current mainline git (24e700e291d52bd2) hangs when building e.g. perf
 2017-09-08 23:07 UTC  (12+ messages)

[SPDK] Shared library build
 2017-09-08 23:08 UTC 

[meta-oe][PATCH] gnupg: added a coreutils runtime dependancy to gnupg recipe
 2017-09-08 23:07 UTC  (2+ messages)

[PATCH] selftests/bpf: Make bpf_util work on uniprocessor systems
 2017-09-08 23:05 UTC  (3+ messages)

[folded-merged] bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix.patch removed from -mm tree
 2017-09-08 23:04 UTC 

[folded-merged] bitmap-introduce-bitmap_from_u64-checkpatch-fixes.patch removed from -mm tree
 2017-09-08 23:04 UTC 

[folded-merged] lib-add-test-for-bitmap_parselist-fix.patch removed from -mm tree
 2017-09-08 23:04 UTC 

[folded-merged] block-cfq-cache-rightmost-rb_node-fix.patch removed from -mm tree
 2017-09-08 23:03 UTC 

[folded-merged] mem-memcg-cache-rightmost-node-fix.patch removed from -mm tree
 2017-09-08 23:02 UTC 

[folded-merged] lib-interval_tree-fast-overlap-detection-fix.patch removed from -mm tree
 2017-09-08 23:02 UTC 

[PATCH v9 1/5] drm/i915: Factor out setup_private_pat()
 2017-09-08 23:01 UTC  (2+ messages)

[folded-merged] vga-optimise-console-scrolling-fix.patch removed from -mm tree
 2017-09-08 23:01 UTC 

[folded-merged] add-testcases-for-memset16-32-64-fix.patch removed from -mm tree
 2017-09-08 23:01 UTC 

[PATCH] crypto: authenc - cryptlen must be at least AAD len
 2017-09-08 23:01 UTC  (5+ messages)
    ` [PATCH v2] crypto: add NULL check to scatterwalk_start

[folded-merged] fs-proc-remove-priv-argument-from-is_stack-fix.patch removed from -mm tree
 2017-09-08 23:00 UTC 

[PATCH 0/5] multipath: alternative reservation_key method
 2017-09-08 23:00 UTC  (7+ messages)
` [PATCH 2/5] libmultipath: change reservation_key to a uint64_t
` [PATCH 4/5] multipath: add alternate reservation_key method

[folded-merged] mm-change-the-call-sites-of-numa-statistics-items-checkpatch-fixes.patch removed from -mm tree
 2017-09-08 23:00 UTC 

[folded-merged] mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix.patch removed from -mm tree
 2017-09-08 22:58 UTC 

[folded-merged] mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2.patch removed from -mm tree
 2017-09-08 22:58 UTC 

[folded-merged] mm-zone_device-new-type-of-zone_device-for-unaddressable-memory-fix.patch removed from -mm tree
 2017-09-08 22:57 UTC 

[folded-merged] mm-hmm-mirror-mirror-process-address-space-on-device-with-hmm-helpers-v3-fix.patch removed from -mm tree
 2017-09-08 22:56 UTC 

[folded-merged] mm-thp-enable-thp-migration-in-generic-path-fix-fix.patch removed from -mm tree
 2017-09-08 22:56 UTC 

[folded-merged] mm-thp-enable-thp-migration-in-generic-path-fix.patch removed from -mm tree
 2017-09-08 22:56 UTC 

[PATCH 0/7] powerpc: Free up RPAGE_RSV bits
 2017-09-08 22:45 UTC  (34+ messages)
` [PATCH 1/7] powerpc: introduce pte_set_hash_slot() helper
` [PATCH 2/7] powerpc: introduce pte_get_hash_gslot() helper
` [PATCH 3/7] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [PATCH 4/7] powerpc: Free up four 64K PTE bits in 64K "
` [PATCH 5/7] powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6
` [PATCH 6/7] powerpc: use helper functions to get and set hash slots
` [PATCH 7/7] powerpc: capture the PTE format changes in the dump pte report
` [PATCH 00/25] powerpc: Memory Protection Keys
` [PATCH 01/25] powerpc: initial pkey plumbing
` [PATCH 02/25] powerpc: define an additional vma bit for protection keys
` [PATCH 03/25] powerpc: track allocation status of all pkeys
` [PATCH 04/25] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
` [PATCH 05/25] powerpc: helper functions to initialize AMR, IAMR and "
` [PATCH 06/25] powerpc: cleaup AMR, iAMR when a key is allocated or freed
` [PATCH 07/25] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH 08/25] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH 09/25] powerpc: ability to create execute-disabled pkeys
` [PATCH 10/25] powerpc: store and restore the pkey state across context switches
` [PATCH 11/25] powerpc: introduce execute-only pkey
` [PATCH 12/25] powerpc: ability to associate pkey to a vma
` [PATCH 13/25] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH 14/25] powerpc: map vma key-protection bits to pte key bits
` [PATCH 15/25] powerpc: sys_pkey_mprotect() system call
` [PATCH 16/25] powerpc: Program HPTE key protection bits
` [PATCH 17/25] powerpc: helper to validate key-access permissions of a pte
` [PATCH 18/25] powerpc: check key protection for user page access
` [PATCH 19/25] powerpc: implementation for arch_vma_access_permitted()
` [PATCH 20/25] powerpc: Handle exceptions caused by pkey violation
` [PATCH 21/25] powerpc: introduce get_pte_pkey() helper
` [PATCH 22/25] powerpc: capture the violated protection key on fault
` [PATCH 23/25] powerpc: Deliver SEGV signal on pkey violation
` [PATCH 24/25] powerpc/ptrace: Add memory protection key regset
` [PATCH 25/25] powerpc: Enable pkey subsystem

[PATCH] gpio: dwapb: Add wakeup source support
 2017-09-08 22:41 UTC 

[net PATCH 0/3] Fixes for XDP/BPF
 2017-09-08 22:40 UTC  (7+ messages)
` [net PATCH 1/3] net: rcu lock and preempt disable missing around generic xdp
` [net PATCH 2/3] bpf: add support for sockmap detach programs
` [net PATCH 3/3] bpf: devmap, use cond_resched instead of cpu_relax

[PATCH] android: binder: Drop lru lock in isolate callback
 2017-09-08 22:39 UTC 

hwmon/sht15: gpio irq problem
 2017-09-08 22:38 UTC  (4+ messages)

[GIT PULL] Security subsystem updates for 4.14
 2017-09-08 22:38 UTC  (5+ messages)

Travelers List
 2017-09-08 22:22 UTC 

[PATCH RFC] Btrfs: fix confusing worker helper info
 2017-09-08 21:34 UTC 

[PATCH] hwmon/sht15: Root out platform data
 2017-09-08 22:37 UTC 

Travelers List
 2017-09-08 22:22 UTC 

[PATCH] spaceman: Add missing link to libuuid
 2017-09-08 22:36 UTC  (4+ messages)

[Powertop] [PATCH 4/4 v1] tuning: complete tunable result switch
 2017-09-08 22:36 UTC 

[Powertop] [PATCH 3/4 v1] tuning: use tunable_state enum instead of defines
 2017-09-08 22:36 UTC 

[Powertop] [PATCH 2/4 v1] lib: have check_pci_access() scan the entire bus
 2017-09-08 22:36 UTC 

[Powertop] [PATCH 1/4 v1] lib: refactor pci_access checks
 2017-09-08 22:36 UTC 

[Powertop] [PATCH 0/4 v1] lib and tuning cleanup series
 2017-09-08 22:36 UTC 

[PATCH v2] sparc64: Handle additional cases of no fault loads
 2017-09-08 22:34 UTC 

[PATCH 0/3] m68k: coldfire MMU fixes
 2017-09-08 22:33 UTC  (2+ messages)

[PATCH] sparc64: Handle additional cases of no fault loads
 2017-09-08 22:32 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: stratix10: fix up the gic register for the Stratix10 platform
 2017-09-08 22:30 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: stratix10: add ethernet/sdmmc support to the S10 devkit

[PATCH 1/1] mesh: Remove StopNotify method to avoid reading data twice on some mesh nodes
 2017-09-08 22:29 UTC  (4+ messages)

[ndctl PATCH 1/2] ndctl: reduce indentation in util_region_badblocks_to_json / dev_badblocks_to_json
 2017-09-08 22:26 UTC  (2+ messages)
` [ndctl PATCH 2/2] ndctl: support multiple dimms when translating badblock ranges

[PATCH] usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill
 2017-09-08 22:27 UTC  (8+ messages)
` [PATCH] usb,signal,security: "

[PATCH] drm/i915: Only initialize partially filled pagetables
 2017-09-08 22:27 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

Machine Check in P2010(e500v2)
 2017-09-08 22:27 UTC  (14+ messages)

[ndctl PATCH v5 5/5] ndctl: show bad dimm's name by ndctl list command
 2017-09-08 22:30 UTC  (5+ messages)

[GIT PULL] First batch of KVM changes for v4.14
 2017-09-08 22:25 UTC  (2+ messages)

[PATCH 00/14] Fix wrong %pF and %pS printk format specifier usages
 2017-09-08 22:23 UTC  (12+ messages)

[Buildroot] [PATCH] Add package Prosody
 2017-09-08 22:22 UTC  (2+ messages)

[PATCH BlueZ] mesh: Add characteristic property name check
 2017-09-08 22:19 UTC 

Web repository still contains old pages deleted from upstream
 2017-09-08 22:18 UTC 

[RFC] mm/memblock.c: using uninitialized value idx in memblock_add_range()
 2017-09-08 22:15 UTC  (2+ messages)

[PATCH] ipv4: Namespaceify tcp_max_orphans knob
 2017-09-08 22:13 UTC  (2+ messages)

[PATCH] MIPS: math-emu: Remove pr_err() calls from fpu_emu()
 2017-09-08 22:12 UTC  (2+ messages)

[PATCH v3] initramfs-framework: split setup-live and install-efi into separate recipes
 2017-09-08 22:12 UTC 

[PATCH 1/6] HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
 2017-09-08 22:09 UTC  (3+ messages)

[meta-oe][PATCH V2] minicoredumper: Switch src_uri to upstream lf git
 2017-09-08 22:08 UTC 

[PATCH resend v2] power: supply: bq27xxx: enable writing capacity values for bq27421
 2017-09-08 22:08 UTC  (13+ messages)

[PATCH] commit-tree: don't append a newline with -F
 2017-09-08 22:06 UTC  (3+ messages)

BFQ + dm-mpath
 2017-09-08 22:03 UTC  (11+ messages)
    ` [PATCH] dm mpath: switch IO scheduler of underlying paths to "none" [was: Re: BFQ + dm-mpath]
        `  "
              ` [PATCH] block: directly insert blk-mq request from blk_insert_cloned_request()
                  `  "

[PATCH v2] drm/i915: Disable DRRS when PSR is enabled
 2017-09-08 22:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] davinci: da850evm: Make EEPROM MAC code configurable
 2017-09-08 22:01 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] Convert CONFIG_MAC_ADDR_IN_SPIFLASH et al to Kconfig

[PATCH] mtd: oxnas_nand: Fix error handling in oxnas_nand_probe()
 2017-09-08 22:00 UTC  (2+ messages)

[PATCH] mmc: tegra: Mark 64 bit dma broken on Tegra186
 2017-09-08 21:59 UTC  (3+ messages)

[PATCH linux 0/5] Update device tree for Zaius DVT
 2017-09-08 21:57 UTC  (2+ messages)
` [PATCH linux 4/5] ARM: dts: aspeed: zaius: enable port 80h snoop


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.