linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-14 21:02:54 to 2013-11-15 07:09:32 UTC [more...]

[PATCH v3 00/15] KVM: MMU: locklessly write-protect
 2013-11-15  7:09 UTC  (8+ messages)
` [PATCH v3 04/15] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
` [PATCH v3 05/15] KVM: MMU: update spte and add it into rmap before dirty log

[PATCH] perf kvm record: Change the default value of perf_guest to 0
 2013-11-15 20:03 UTC  (3+ messages)

A problem about IO scheduler in kernel
 2013-11-15  7:04 UTC  (2+ messages)
` Fwd: "

[PATCH] PCI: Init NumVFs register to zero in sriov_init()
 2013-11-15  6:59 UTC  (3+ messages)

[PATCH 0/3] Early use of boot service memory
 2013-11-15  6:59 UTC  (12+ messages)

[PATCH 0/2] Add monaural audio support for fsl_ssi.c
 2013-11-15  6:42 UTC  (8+ messages)
` [PATCH 1/2] ARM: dts: imx: specify the value of audmux pinctrl instead of 0x80000000

[PATCH] ARC: extable: Enable sorting at build time
 2013-11-15  6:45 UTC 

[PATCH 1/2] isp1704_charger: Add DT support
 2013-11-15  6:45 UTC  (4+ messages)

[GIT PULL 00/10] perf/core improvements and fixes
 2013-11-15  6:38 UTC  (4+ messages)
` [PATCH 10/10] perf record: Add an option to force per-cpu mmaps

[BUG] perf stat: explicit grouping yields unexpected results
 2013-11-15  6:34 UTC  (2+ messages)

DEAL FOR DINOSILE OIL
 2013-11-15  6:30 UTC 

3.10.16 cgroup_mutex deadlock
 2013-11-15  6:24 UTC  (7+ messages)

[PATCH] of: make of_get_phy_mode parse 'phy-connection-type'
 2013-11-15  6:23 UTC  (2+ messages)
` [PATCH v2] "

[REVIEW][PATCH 1/2] userns: Better restrictions on when proc and sysfs can be mounted
 2013-11-15  6:14 UTC  (10+ messages)

[PATCH] Cpufreq: Remove fossil comment in the cpufreq_governor_dbs()
 2013-11-15  5:54 UTC 

[GIT PULL 00/10] perf/core improvements and fixes
 2013-11-15  6:03 UTC  (5+ messages)
` [PATCH 10/10] perf tests: Use lower sample_freq in sw clock event period test

[PATCH 1/1] Cpufreq: Make governor data on nonboot cpus across system syspend/resume
 2013-11-15  6:01 UTC 

[PATCH] [RFC] initramfs: Prefix simple paths with $(srctree)
 2013-11-15  5:55 UTC  (2+ messages)

ARC cross compiler hosting on kernel.org
 2013-11-15  5:51 UTC 

[PATCH 00/40] staging/lustre: patch bomb 1
 2013-11-15  4:17 UTC  (12+ messages)
` [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore
` [PATCH 05/40] staging/lustre: validate open handle cookies
` [PATCH 07/40] staging/lustre/hsm: Implementation of exclusive open
` [PATCH 12/40] staging/lustre/nfs: writing to new files will return ENOENT

[PATCH] perf top: Make -g refer to callchains
 2013-11-15  5:46 UTC  (3+ messages)

[PATCH 00/39] staging/lustre: patch bomb 2
 2013-11-15  4:26 UTC  (3+ messages)
` [PATCH 01/39] staging/lustre/hsm: remove hsm_nl proc file

[PATCH] Revert "init/Kconfig: add option to disable kernel compression"
 2013-11-15  5:43 UTC 

linux-next: Tree for Nov 15
 2013-11-15  5:24 UTC 

linux-next: manual merge of the akpm tree with the sparc-next tree
 2013-11-15  5:24 UTC  (3+ messages)

[PATCH 1/5] f2fs: add a slab cache entry for small discards
 2013-11-15  5:20 UTC  (5+ messages)
` [PATCH 2/5] f2fs: add key functions "
` [PATCH 3/5] f2fs: add a sysfs entry to control max_discards
` [PATCH 4/5] f2fs: introduce f2fs_issue_discard() to clean up
` [PATCH 5/5] f2fs: add a tracepoint for f2fs_issue_discard

Updating 00-INDEX in Documentation/*
 2013-11-15  5:09 UTC  (2+ messages)

call_usermodehelper in containers
 2013-11-15  5:05 UTC  (6+ messages)

[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-15  4:54 UTC  (23+ messages)
` [PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip RFC v2 02/22] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip RFC v2 03/22] kprobes: Show blacklist entries via debugfs
` [PATCH -tip RFC v2 04/22] kprobes: Support blacklist functions in module
` [PATCH -tip RFC v2 05/22] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip RFC v2 06/22] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip RFC v2 07/22] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes
` [PATCH -tip RFC v2 08/22] kprobes: Allow probe on some kprobe functions
` [PATCH -tip RFC v2 09/22] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip RFC v2 10/22] ftrace/kprobes: Allow probing on some preparation functions
` [PATCH -tip RFC v2 11/22] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip RFC v2 12/22] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint
` [PATCH -tip RFC v2 13/22] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
` [PATCH -tip RFC v2 14/22] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c
` [PATCH -tip RFC v2 15/22] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c
` [PATCH -tip RFC v2 16/22] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers
` [PATCH -tip RFC v2 17/22] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c
` [PATCH -tip RFC v2 18/22] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
` [PATCH -tip RFC v2 19/22] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip RFC v2 20/22] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text
` [PATCH -tip RFC v2 21/22] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip RFC v2 22/22] sched: Use NOKPROBE_SYMBOL macro in sched

[PATCH 6/6] jfs: simplify lmLogSync() via list_last_entry_or_null()
 2013-11-15  4:50 UTC  (2+ messages)

Why have another variable deciding a tracepoint?
 2013-11-15  4:48 UTC 

[PATCHv5 00/20] device thermal limits represented in device tree nodes (v5)
 2013-11-15  4:41 UTC  (5+ messages)
` [PATCHv5 05/20] cpufreq: cpufreq-cpu0: add dt node parsing for cooling device properties

[RFC PATCH] cpufreq: cpufreq-cpu0: do not allow transitions with regulators suspended
 2013-11-15  4:39 UTC  (5+ messages)

[PATCH 5/6] jfs: simplify lmNextPage() via list_last_entry_or_null()
 2013-11-15  4:34 UTC 

[PATCH 4/6] ubifs: simplify drop_last_node() via list_last_entry_or_null()
 2013-11-15  4:33 UTC 

[PATCH 3/6] gfs2: simplify current_tail() via list_last_entry_or_null()
 2013-11-15  4:32 UTC 

[PATCH 2/6] xfs: simplify xfs_ail_max() via list_last_entry_or_null()
 2013-11-15  4:31 UTC 

[PATCH 1/6] list: introduce list_last_entry_or_null()
 2013-11-15  4:31 UTC 

[PATCH 0/6] list: introduce list_last_entry_or_null()
 2013-11-15  4:29 UTC 

[PATCH] dynamic_debug: add wildcard support to filter files/functions/modules
 2013-11-15  4:01 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] btrfs: Use trace condition for get_extent tracepoint
 2013-11-15  3:57 UTC 

My Dear Friend
 2013-11-15  3:23 UTC 

How to correctly disable LIRC-related MCE*/IR_* modules, to remove ID of RemoteControl as BOTH keyboard & remote?
 2013-11-15  3:44 UTC  (3+ messages)

[PATCH] drivers: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2013-11-15  3:42 UTC  (4+ messages)

[PATCH 0/4] mfd: rtsx: Decrease driver size and add new device
 2013-11-15  3:43 UTC  (5+ messages)
` [PATCH 1/4] mfd: rtsx: Generify call-back operations in order to reduce code duplication
  ` [PATCH 1/4] mfd: rtsx: Generify call-back operations in orderto "
` [PATCH 2/4] mfd: rtsx: Generify the switch voltage routine

[PATCH] perf script: Print callchains and symbols if they exist
 2013-11-15  3:38 UTC 

perf code using smp_processor_id() in preemptible [00000000] code
 2013-11-15  3:29 UTC 

[git pull] drm pull for 3.13-rc1
 2013-11-15  3:09 UTC 

[PATCH] video: exynos_mipi_dsim: Remove unused variable
 2013-11-15  2:52 UTC  (5+ messages)

Notification
 2013-11-15  1:13 UTC 

[PATCH] net: sctp: recover a tranport when an ack comes
 2013-11-15  2:34 UTC  (2+ messages)

[PATCH] rds: Error on offset mismatch if not loopback
 2013-11-15  2:32 UTC  (8+ messages)

linux-next: Tree for Nov 14
 2013-11-15  1:58 UTC  (3+ messages)
` linux-next: Tree for Nov 14 (lustre)

[PATCH 0/3] Add Legacy PM OPS usage checks to class, bus, and driver register functions
 2013-11-15  2:09 UTC  (4+ messages)

[patch] mm, vmpressure: add high level
 2013-11-15  2:16 UTC  (6+ messages)
` [bug] get_maintainer.pl incomplete output
      ` [PATCH] get_maintainer: Add commit author information to --rolestats

[PATCH] mm: revert mremap pud_free anti-fix
 2013-11-15  2:14 UTC  (6+ messages)
` [PATCH] arch: um: kernel: skas: mmu: remove pmd_free() and pud_free() for failure processing in init_stub_pte()

[git pull] Input updates for 3.13-rc0
 2013-11-15  2:01 UTC 

linux-next: manual merge of the dmaengine tree with the slave-dma tree
 2013-11-15  1:56 UTC 

[PATCH] userns: allow privileged user to operate locked mount
 2013-11-15  1:38 UTC  (4+ messages)

[PATCH] include/linux/usb/usb_phy_gen_xceiv.h: check built-in or module for swithing usb_nop_xceiv_register() implementation
 2013-11-15  1:36 UTC  (3+ messages)

[PATCH] arch: arm: uapi: be sure of "_UAPI" prefix for all guard macros
 2013-11-15  1:33 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] tracing: Updates for 3.13
 2013-11-15  1:28 UTC  (2+ messages)

linux-next: manual merge of the idle tree with the pm tree
 2013-11-15  1:23 UTC 

sysfs_bin_mmap lockdep trace
 2013-11-15  1:19 UTC  (4+ messages)

perf/tracepoint: another fuzzer generated lockup
 2013-11-15  1:16 UTC  (11+ messages)

Linux 3.12 released .. and no merge window yet .. and 4.0 plans?
 2013-11-15  1:11 UTC  (7+ messages)

[PATCH v3 1/7] extcon: arizona: Add defines for microphone detection levels
 2013-11-15  1:03 UTC  (6+ messages)
` [PATCH v3 6/7] extcon: arizona: Factor out different headphone detection IPs
` [PATCH v3 7/7] extcon: arizona: Improve headphone detection error handling

[PATCH 1/1] i2c-ismt: add the support of the I2C_SMBUS_I2C_BLOCK_DATA transaction type
 2013-11-15  0:52 UTC 

[PATCH] staging: zsmalloc: Ensure handle is never 0 on success
 2013-11-15  0:47 UTC  (6+ messages)

XFS leadership and a new co-maintainer candidate
 2013-11-15  0:33 UTC  (8+ messages)
              ` [PATCH] update xfs maintainers

[PATCH] nfsd:add '\n' when read file supported_krb5_enctypes
 2013-11-15  0:32 UTC  (5+ messages)

BUG: mm, numa: test segfaults, only when NUMA balancing is on
 2013-11-15  0:09 UTC  (9+ messages)

[RFC 0/4] Add basic support for ASV
 2013-11-15  0:03 UTC  (5+ messages)

CONTACT WESTERN UNION MONEY TRANSFER OFFICE URGENT
 2013-11-14 18:49 UTC 

[patch x86/mce] ACPI, x86: Export boot_cpu_physical_apicid to modules
 2013-11-14 23:39 UTC  (4+ messages)

[PATCH] i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7
 2013-11-14 23:39 UTC  (5+ messages)

Uncompressed kernel doesn't build on x86_64
 2013-11-14 23:38 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove F: entry for kernel/wait.c
 2013-11-14 23:35 UTC 

[PATCH 0/2] v2: fix hugetlb vs. anon-thp copy page
 2013-11-14 23:34 UTC  (3+ messages)
` [PATCH 1/2] mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pages
` [PATCH 2/2] mm: thp: give transparent hugepage code a separate copy_page

[PATCH] usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED
 2013-11-14 23:30 UTC  (3+ messages)

[GIT] IDE
 2013-11-14 23:29 UTC 

[patch] mm, memcg: add memory.oom_control notification for system oom
 2013-11-14 23:26 UTC  (9+ messages)
            ` [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
              ` [patch 2/2] mm, memcg: add memory.oom_control notification for system oom

3.10.16 cgroup css_set_lock deadlock
 2013-11-14 23:25 UTC 

[PATCH 0/4] wl1251 device tree support
 2013-11-14 23:22 UTC  (5+ messages)
` [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

[GIT] Sparc
 2013-11-14 23:19 UTC 

[PATCH v5 0/9] extend hugepage migration
 2013-11-14 23:11 UTC  (9+ messages)
` [PATCH 4/9] migrate: add hugepage migration code to move_pages()
            ` [PATCH] mm/migrate.c: take returned value of isolate_huge_page()(Re: [PATCH 4/9] migrate: add hugepage migration code to move_pages())

[PATCH] MAINTAINERS: Update lockdep section
 2013-11-14 22:59 UTC 

[git pull] IOMMU Updates for Linux v3.13
 2013-11-14 22:58 UTC 

[PATCH 3.13-rc1] xen-blkfront: Silence pfn maybe-uninitialized warning
 2013-11-14 22:54 UTC  (3+ messages)

[PATCH v2] panic: setup panic_timeout early
 2013-11-14 22:32 UTC  (5+ messages)

[PATCH] net/hsr: Fix possible leak in 'hsr_get_node_status()'
 2013-11-14 22:26 UTC  (2+ messages)

pull request: wireless 2013-11-14
 2013-11-14 22:24 UTC  (2+ messages)

[PATCH] connector: improved unaligned access error fix
 2013-11-14 22:20 UTC  (4+ messages)

[BUG] stable v3.10.16+ introduced by "ip6tnl: allow to use rtnl ops on fb tunnel"
 2013-11-14 22:18 UTC  (4+ messages)
` [PATCH net] ip6tnl: fix use after free of fb_tnl_dev

[PATCH] alx: Reset phy speed after resume
 2013-11-14 22:15 UTC  (2+ messages)

[PATCH 0/3] Enable more Intel Mid platforms on IPC driver
 2013-11-14 22:15 UTC  (11+ messages)
` [PATCH 3/3] ipc: Added support for IPC interrupt mode
` [PATCH v2 0/4] Enable more Intel Mid platforms on IPC driver
  ` [PATCH v2 1/4] ipc: Added platform data structure
  ` [PATCH v2 2/4] ipc: Enabled ipc support for additional intel platforms
  ` [PATCH v2 3/4] ipc: Handle error conditions in ipc command
  ` [PATCH v2 4/4] ipc: Added support for IPC interrupt mode

[PATCH linux-next] SELinux: security_load_policy: Silence frame-larger-than warning
 2013-11-14 22:04 UTC 

[PATCH 0/3] Add EOC handling for bmp085 + DT and platform data updates
 2013-11-14 21:46 UTC  (4+ messages)
` [PATCH 1/3] misc: bmp085: Clean up and enable use of interrupt for completion
` [PATCH 2/3] misc: bmp085: Add DT bindings for EOC gpio line and direct irq
` [PATCH 3/3] misc: bmp085: Add missing platform data

[PATCH] PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()
 2013-11-14 21:49 UTC 

perf/nmi : NMI Dazed and confused messages on core2
 2013-11-14 21:32 UTC 

[PATCH v3 2/3] OF: Introduce DT overlay support
 2013-11-14 21:22 UTC  (3+ messages)

[RFC PATCH] PCI: export MSI mode using attributes, not kobjects
 2013-11-14 21:16 UTC  (7+ messages)

[PATCH] um: hostfs: make functions static
 2013-11-14 21:15 UTC 

[PATCH net V2 1/2] tuntap: limit head length of skb allocated
 2013-11-14 21:06 UTC  (4+ messages)
` [PATCH net V2 2/2] macvtap: "

[PATCH] ext4: Fix reading of extended tv_sec (bug 23732)
 2013-11-14 21:06 UTC  (16+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH] ext4: explain encoding of 34-bit a,c,mtime values
                    ` [PATCH v4 2/2] e2fsck: Correct ext4 dates generated by old kernels
                        ` [PATCH v5 "
                            ` [PATCH v6] "

[PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
 2013-11-14 21:06 UTC  (2+ messages)

[PATCH v2 0/5] Add-Broadcom-Kona-I2C-Support
 2013-11-14 21:02 UTC  (6+ messages)
` [PATCH v2 1/5] Documentation: dt: Add i2c-bcm-kona binding
` [PATCH v2 2/5] i2c: i2c-bcm-kona: Introduce Broadcom I2C Driver
` [PATCH v2 3/5] i2c: i2c-bcm-kona: Add support for high-speed mode
` [PATCH v2 4/5] ARM: dts: bcm281xx: Add i2c busses
` [PATCH v2 5/5] ARM: dts: bcm28155-ap: Enable all the "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).