All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-12 22:18:50 to 2016-07-12 23:01:57 UTC [more...]

[kernel-hardening] [PATCH v5 00/32] virtually mapped stacks and thread_info cleanup
 2016-07-12 23:01 UTC  (9+ messages)
` [kernel-hardening] [PATCH v5 18/32] signal: Consolidate {TS,TLF}_RESTORE_SIGMASK code
  ` [kernel-hardening] "
    `  "
        ` [PATCH v5 18/32] signal: Consolidate {TS, TLF}_RESTORE_SIGMASK code

[PATCH V4] rootfs.py: allow removal of support packages
 2016-07-12 23:01 UTC  (2+ messages)

[PATCH] lib/bb/utils: fix set_process_name
 2016-07-12 23:00 UTC  (3+ messages)

Minor PKRU bug?
 2016-07-12 22:59 UTC  (5+ messages)

[GSOC Update] Week 9
 2016-07-12 22:52 UTC  (2+ messages)
` [GSOC Update] Week 10

[PATCH 00/17] toaster: Better SDK artifacts and fstypes V2
 2016-07-12 22:58 UTC  (19+ messages)
` [PATCH 01/17] runqueue: improve exception logging
` [PATCH 02/17] toaster: display Target targets in build dashboard
` [PATCH 03/17] toaster: do image and artifact scan on BuildCompleted
` [PATCH 04/17] toaster: improve image file suffix retrieval
` [PATCH 05/17] toaster: attach kernel artifacts to targets
` [PATCH 06/17] buildinfohelper: fix retrieval of targets
` [PATCH 07/17] toaster: improve scan for SDK artifacts
` [PATCH 08/17] buildinfohelper: only record image files for tasks which make images
` [PATCH 09/17] toaster: use has_images() methods to display images correctly
` [PATCH 10/17] toaster: only show "New custom image" button for builds with image targets
` [PATCH 11/17] toaster: show manifests in their own section of the build dashboard
` [PATCH 12/17] toaster: better display of targets which produced no images
` [PATCH 13/17] toaster: add package manifest path to Target objects
` [PATCH 14/17] toaster: the customise image button shouldn't rely on targets
` [PATCH 15/17] toaster-tests: add tests for build artifact display on build dashboard
` [PATCH 16/17] toaster-tests: new custom image button shouldn't show for non-image builds
` [PATCH 17/17] toaster-tests: package count/size "

bug in memcg oom-killer results in a hung syscall in another process in the same cgroup
 2016-07-12 22:57 UTC  (9+ messages)

mmotm 2016-07-12-15-56 uploaded
 2016-07-12 22:57 UTC  (2+ messages)

mmotm 2016-07-12-15-56 uploaded
 2016-07-12 22:57 UTC 

[PATCH 0/9] [REVIEW-REQUEST] [v4] System Calls for Memory Protection Keys
 2016-07-12 22:55 UTC  (16+ messages)
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls

[PATCH] dm stripe: add DAX support
 2016-07-12 22:22 UTC  (4+ messages)
`  "

[GIT PULL 00/66] perf/core improvements and fixes
 2016-07-12 22:40 UTC  (67+ messages)
` [PATCH 01/66] perf hists: Introduce hist_entry__init function
` [PATCH 02/66] perf hists: Introduce hist_entry_ops
` [PATCH 03/66] perf hists: Introduce hists__add_entry_ops function
` [PATCH 04/66] perf ui stdio: Add way to setup the color output mode selection
` [PATCH 05/66] perf annotate: Introduce --stdio-color "
` [PATCH 06/66] perf report: "
` [PATCH 07/66] perf trace beauty msg_flags: Remove MSG_TRYHARD
` [PATCH 08/66] perf trace beauty flock: Add missing fcntl.h include
` [PATCH 09/66] perf trace beauty open_flags: Add missing headers
` [PATCH 10/66] perf trace beauty mmap: Add more conditional defines
` [PATCH 11/66] perf trace beauty flock: "
` [PATCH 12/66] perf trace beauty open_flags: "
` [PATCH 13/66] tools: Introduce str_error_r()
` [PATCH 14/66] perf bench: Add missing pthread.h include for CPU_*() macros
` [PATCH 15/66] perf tests: "
` [PATCH 16/66] perf trace: Add conditional define for AT_FDCWD
` [PATCH 17/66] perf tests openat-syscall-tp-fields: Add some conditional defines
` [PATCH 18/66] perf bench: Disentangle headers
` [PATCH 19/66] perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/
` [PATCH 20/66] perf strbuf: Add missing headers
` [PATCH 21/66] perf quote: Disentangle headers
` [PATCH 22/66] perf tests cpumap: Add missing headers
` [PATCH 23/66] perf test fdarray: Add missing poll.h header
` [PATCH 24/66] perf tests x86 rdpmc: Add missing headers
` [PATCH 25/66] perf tools: Add missing header to color.c
` [PATCH 26/66] perf tools: Remove needless includes from cache.h
` [PATCH 27/66] perf evsel: Uninline the is_function_event method
` [PATCH 28/66] perf tools: Uninline scnprintf() and vscnprint()
` [PATCH 29/66] tools lib traceevent: Use str_error_r()
` [PATCH 30/66] tools lib api fs: "
` [PATCH 31/66] tools lib: Guard the strlcpy() header with __GLIBC__
` [PATCH 32/66] tools lib subcmd: Use str_error_r()
` [PATCH 33/66] perf bench futex: Add missing compiler.h header
` [PATCH 34/66] perf tools: event.h needs asm/perf_regs.h
` [PATCH 35/66] tools: Add copy of perf_event.h to tools/include/linux/
` [PATCH 36/66] perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks
` [PATCH 37/66] tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
` [PATCH 38/66] tools: Copy uapi/asm/perf_regs.h "
` [PATCH 39/66] perf test bpf: Use epoll_wait() instead of epoll_pwait()
` [PATCH 40/66] tools: Copy uapi/linux/hw_breakpoint.h from the kernel
` [PATCH 41/66] perf tools: Introduce weak alternative to sched_getcpu()
` [PATCH 42/66] perf tools: Remove unneeded magic.h include from util.h
` [PATCH 43/66] perf trace: Remove unused sys/ptrace.h include
` [PATCH 44/66] kvm arm/arm64: Remove trailing whitespace from headers
` [PATCH 45/66] tools: Copy the header files needed by perf tools
` [PATCH 46/66] perf tools: Fallback to reading sysfs to get cacheline size
` [PATCH 47/66] perf trace beauty futex_op: Add missing defines for older systems
` [PATCH 48/66] perf trace beauty seccomp: Remove seccomp.h include
` [PATCH 49/66] perf symbols: Provide a GElf_Nhdr typedef
` [PATCH 50/66] perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
` [PATCH 51/66] tools: Copy the bitsperlong.h files from the kernel
` [PATCH 52/66] perf tools: Add the tools/ stringify copy to the MANIFEST
` [PATCH 53/66] perf tools: Don't add kernel directories to the header search path
` [PATCH 54/66] perf intel-pt-decoder: Avoid checking code drift on busibox's diff
` [PATCH 55/66] perf tools: Add feature detection for gelf_getnote()
` [PATCH 56/66] perf symbols: Add Rust demangling
` [PATCH 57/66] perf evlist: Make event2evsel public
` [PATCH 58/66] perf tools: Introduce trace_event__tp_format_id()
` [PATCH 59/66] perf python: Init perf_event_attr::size in perf.evsel constructor
` [PATCH 60/66] perf python: Fix pyrf_evlist__read_on_cpu event consuming
` [PATCH 61/66] perf python: Put perf.event objects into dictionary
` [PATCH 62/66] perf python: Add perf.tracepoint method
` [PATCH 63/66] perf python: Add struct evsel into struct pyrf_event
` [PATCH 64/66] perf python: Add support to resolve tracepoint fields
` [PATCH 65/66] perf python: Add tracepoint example
` [PATCH 66/66] tools lib traceevent: Add filter on task CPU id

windows 10 git 2.9.0 with vim 7.4.1023 display editing bug
 2016-07-12 22:44 UTC 

[PATCH net 0/2] limit sk_filter trim to payload
 2016-07-12 22:53 UTC  (5+ messages)
` [PATCH net 1/2] rose: "
` [PATCH net 2/2] dccp: "

[PATCH 0/2] toaster: Better SDK artifacts and fstypes V2
 2016-07-12 22:54 UTC  (3+ messages)
` [PATCH 1/2] toaster.bbclass: remove directory scan logic for detecting artifacts
` [PATCH 2/2] toaster.bbclass: only scan files-in-image.txt if it exists

[PATCH nf] netfilter: x_tables: speed up jump target validation
 2016-07-12 22:49 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/10] Dirty bitmap changes for migration/persistence work
 2016-07-12 22:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 01/10] block: Hide HBitmap in block dirty bitmap interface

[Intel-wired-lan] [PATCH] ixgbevf: Protect ixgbevf_reset_subtask from remove event
 2016-07-12 22:47 UTC 

btrfs module does not load on sparc64
 2016-07-12 22:47 UTC  (4+ messages)

[PATCH] namespaces: add transparent user namespaces
 2016-07-12 22:32 UTC  (7+ messages)
` [PATCH v2 1/2] namespaces: don't use from_k*id_munged() with init_user_ns
  ` [PATCH v2 2/2] namespaces: add transparent user namespaces

[PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name
 2016-07-12 22:45 UTC  (8+ messages)
` [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names
` [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: "
` [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: "

[PATCH] device-tree: aqp8064.dtsi: Remove usb phy dr_mode = "host"
 2016-07-12 22:44 UTC  (2+ messages)

ELOOP from getdents
 2016-07-12 22:35 UTC  (2+ messages)

[PATCH 0/9] Resend of gitster/pb/bisect
 2016-07-12 22:35 UTC  (10+ messages)
` [PATCH 1/9] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
` [PATCH 2/9] bisect: rewrite `check_term_format` shell function in C
` [PATCH 3/9] bisect--helper: `write_terms` "
` [PATCH 4/9] bisect--helper: `bisect_clean_state` "
` [PATCH 5/9] t6030: explicitly test for bisection cleanup
` [PATCH 6/9] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
` [PATCH 7/9] bisect--helper: `bisect_reset` shell function in C
` [PATCH 8/9] bisect--helper: `is_expected_rev` & `check_expected_revs` "
` [PATCH 9/9] bisect--helper: `bisect_write` "

[Bug 124541] New: Canada+ 1-8OO-445-2790 Avast Antivirus Support phone number
 2016-07-12 22:39 UTC 

[kernel-hardening] [PATCH v2 0/3] Introduce the initify gcc plugin
 2016-07-12 22:38 UTC  (6+ messages)
` [kernel-hardening] [PATCH v2 1/3] Add "
  ` [kernel-hardening] "
      `  "

[PATCH] nvme-fabrics: get ctrl reference in nvmf_dev_write
 2016-07-12 22:38 UTC 

[PATCH net-next 0/3] BPF event output helper improvements
 2016-07-12 22:36 UTC  (4+ messages)
` [PATCH net-next 1/3] perf, events: add non-linear data support for raw records
` [PATCH net-next 2/3] bpf, perf: split bpf_perf_event_output
` [PATCH net-next 3/3] bpf: avoid stack copy and use skb ctx for event output

[PATCH] fdtput.c: Fix memory leak
 2016-07-12 22:36 UTC 

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx
 2016-07-12 22:36 UTC 

[PATCH] fdtget.c: Fix memory leak
 2016-07-12 22:36 UTC 

[PATCH] convert-dtsv0-lexer.l: fix memory leak
 2016-07-12 22:35 UTC 

[PATCH 0/2] binfmt_elf: fix calculations for bss padding
 2016-07-12 22:32 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] clk: oxnas: Add hardware dependencies
 2016-07-12 22:31 UTC  (2+ messages)

+ drivers-staging-media-cec-cec-adapc-work-around-gcc-444-anon-union-initializer-bug.patch added to -mm tree
 2016-07-12 22:30 UTC 

[PATCH net 1/2] rose: limit sk_filter trim to payload
 2016-07-12 22:30 UTC 

[RESEND][PATCH] kbuild: Abort build on bad stack protector flag
 2016-07-12 22:30 UTC 

[nightly] Core TISDK (krogoth/2.1) 2016.07 build 2016-07-12_17-56-45
 2016-07-12 22:30 UTC 

[PATCH v2 0/4] Name for A..B ranges?
 2016-07-12 22:29 UTC  (4+ messages)
` [PATCH v3 0/8] "

[RFC PATCH v2] clk: move check of CLK_SET_RATE_GATE flag to clk_propagate_rate_change()
 2016-07-12 22:29 UTC  (3+ messages)

[PATCH v2 10/17] libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()
 2016-07-12 22:26 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 08/17] libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()
 2016-07-12 22:25 UTC  (5+ messages)
` [PATCH v3] "

Future of GCC
 2016-07-12 22:27 UTC  (6+ messages)

[bug report] cdrom: Add support for Sega Dreamcast GD-ROM
 2016-07-12 22:26 UTC 

[PATCH v4] xen/arm: Add a clock property
 2016-07-12 22:26 UTC  (5+ messages)

[PATCH v2 03/17] libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() users
 2016-07-12 22:22 UTC  (5+ messages)
` [PATCH v3] "

What's cooking in git.git (Jun 2016, #05; Thu, 16)
 2016-07-12 22:20 UTC  (5+ messages)

Lenovo X200 IOMMU support through Xen 4.6 iommu=no-igfx switch
 2016-07-12 22:22 UTC  (8+ messages)

[PATCH 05/10] binfmt_flat: use proper user space accessors with relocs processing code
 2016-07-12 22:21 UTC  (2+ messages)

[Bug 94900] Regression: HD6950 GPU lockup with octodad: dadliest catch
 2016-07-12 22:21 UTC  (2+ messages)
` [Bug 94900] HD6950 GPU lockup loop with various steam games (octodad, saints row 4, grid autosport)

[PATCH 0/2] FPGA Manager support for Arria10
 2016-07-12 22:20 UTC  (6+ messages)
` [PATCH 2/2] fpga-manager: Add Socfpga Arria10 support

[RFC 0/3] extend kexec_file_load system call
 2016-07-12 22:18 UTC  (5+ messages)

[PATCH openbmc v3] Split whitelist into files by package
 2016-07-12 22:20 UTC  (2+ messages)
` [PATCH openbmc v3] initfs: Store whiltelist in a directory of files

[PATCH v2 0/8] thunderbolt: Introducing Thunderbolt(TM) networking
 2016-07-12 22:19 UTC  (3+ messages)

[PATCH v2] clk: imx7d: do not set parent of ethernet time/ref clocks
 2016-07-12 22:19 UTC  (6+ messages)

[PATCHv2 0/2] Add initial capability to check CVEs for recipes
 2016-07-12 22:19 UTC  (3+ messages)
` [PATCHv3 1/2] cve-check-tool: Add recipe

[PATCH v2 0/5] Add support for EPT execute only for nested hypervisors
 2016-07-12 22:18 UTC  (4+ messages)
` [PATCH v2 3/5] mmu: remove is_present_gpte()
` [PATCH v2 4/5] mmu: change unconditional setting of the u bit in fault bitmap
` [PATCH v2 5/5] vmx: advertise support for ept execute only


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.