linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-24 17:33:19 to 2013-01-24 20:27:07 UTC [more...]

[PATCH 00/35] x86, boot, 64bit: Add support for loading ramdisk and bzImage above 4G
 2013-01-24 20:20 UTC  (27+ messages)
` [PATCH 01/35] x86, mm: Fix page table early allocation offset checking
` [PATCH 02/35] x86: Handle multiple exactmaps and out of order exactmap
` [PATCH 03/35] x86, mm: Introduce memmap=reserveram
` [PATCH 04/35] x86: Clean up e820 add kernel range
` [PATCH 06/35] x86, realmode: Set real_mode permissions early
` [PATCH 08/35] x86, 64bit: Copy zero-page early
` [PATCH 09/35] x86, 64bit, realmode: Use init_level4_pgt to set trapmoline_pgd directly
` [PATCH 10/35] x86, realmode: Separate real_mode reserve and setup
` [PATCH 12/35] x86, 64bit: #PF handler set page to cover only 2M per #PF
` [PATCH 13/35] x86, 64bit: Don't set max_pfn_mapped wrong value early on native path
` [PATCH 15/35] x86: Add get_ramdisk_image/size()
` [PATCH 17/35] x86, boot: Move checking of cmd_line_ptr out of common path
` [PATCH 18/35] x86, boot: Pass cmd_line_ptr with unsigned long instead
` [PATCH 19/35] x86, boot: Move verify_cpu.S and no_longmode down
` [PATCH 20/35] x86, boot: Move lldt/ltr out of 64bit code section
` [PATCH 21/35] x86, kexec: Remove 1024G limitation for kexec buffer on 64bit
` [PATCH 22/35] x86, kexec: Set ident mapping for kernel that is above max_pfn
` [PATCH 23/35] x86, kexec: Replace ident_mapping_init and init_level4_page
` [PATCH 26/35] x86, boot: Update comments about entries for 64bit image
` [PATCH 28/35] memblock: Add memblock_mem_size()
` [PATCH 30/35] x86: Add Crash kernel low reservation
` [PATCH 31/35] x86: Merge early kernel reserve for 32bit and 64bit
` [PATCH 32/35] x86, 64bit, mm: Mark data/bss/brk to nx
` [PATCH 33/35] x86, 64bit, mm: hibernate use generic mapping_init
` [PATCH 34/35] mm: Add alloc_bootmem_low_pages_nopanic()
` [PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb

[PATCH] profiling: Remove unused timer hook
 2013-01-24 20:21 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2] sched: Fix print format for u64
 2013-01-24 20:22 UTC  (2+ messages)
` [tip:sched/urgent] "

[PATCH 1/2] watchdog: Use local_clock for get_timestamp()
 2013-01-24 20:20 UTC  (2+ messages)
` [tip:core/locking] "

[PATCH] perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom support
 2013-01-24 20:19 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86: Enable Intel Lincroft/Penwell/ Cloverview "

[PATCH] x86: add TS-5500 platform support
 2013-01-24 20:18 UTC  (2+ messages)
` [tip:x86/platform] x86: Add "

[PATCH 02/74] perf hists: Link hist entries before inserting to an output tree
 2013-01-24 20:08 UTC  (46+ messages)
` [PATCH 03/74] perf diff: Use internal rb tree for compute resort
` [PATCH 06/74] perf tests: Adjust some message log levels to help diagnosing problems in attr tests
` [PATCH 11/74] perf python: Fix breakage introduced by the test_attr infrastructure
` [PATCH 13/74] perf tools: Add support for wildcard in tracepoint system name
` [PATCH 19/74] perf session: There is no need for a per session hists instance
` [PATCH 21/74] perf tests: Fix PYTHONPATH for python-use test tracepoints
` [PATCH 22/74] perf machine: Simplify accessing the host machine
` [PATCH 23/74] perf kvm: Initialize file_name var to fix segfault
` [PATCH 24/74] perf tests: Add return states enum for tests
` [PATCH 25/74] perf tests: Don't fail if a matching vmlinux isn't found, skip that test
` [PATCH 26/74] perf tools: remove redundant checks from _sort__sym_cmp
` [PATCH 27/74] perf kmem: use ARRAY_SIZE instead of reinventing it
` [PATCH 29/74] uprobes: remove redundant check
` [PATCH 35/74] perf tools: Fix GNU make v3.80 compatibility issue
` [PATCH 37/74] perf symbols: Include elf.h header regardless LIBELF_SUPPORT
` [PATCH 38/74] perf bench: Flush stdout before starting bench suite
` [PATCH 39/74] perf tools: Add anonymous huge page recognition
` [PATCH 40/74] perf: Missing field in PERF_RECORD_SAMPLE documentation
` [PATCH 42/74] perf sort: Move misplaced sort entry functions
` [PATCH 43/74] perf sort: Get rid of unnecessary __maybe_unused
` [PATCH 44/74] perf sort: Fix --sort pid output
` [PATCH 45/74] perf sort: Align cpu column to right
` [PATCH 46/74] perf sort: Calculate parent column width too
` [PATCH 47/74] perf sort: Clean up sort__first_dimension setting
` [PATCH 48/74] perf sort: Separate out branch stack specific sort keys
` [PATCH 49/74] perf report: Update documentation for "
` [PATCH 52/74] perf tools: Move get_term_dimensions from top to util.c
` [PATCH 55/74] perf tools: Remove unused 'unset' parameter from parse_events
` [PATCH 56/74] tools lib traceevent: Fix warning on '>=' operator
` [PATCH 57/74] perf tools: Get rid of unused include of config.mak
` [PATCH 58/74] perf tools: Do not include PERF-VERSION-FILE to Makefile
` [PATCH 59/74] perf tools: Fix PMU format parsing test failure
` [PATCH 60/74] perf tools: Move ltrim() to util/string.c
` [PATCH 61/74] perf tools: Fix usage of __ in parse_events_term struct
` [PATCH 62/74] perf pmu: Fix usage of __ in struct names
` [PATCH 63/74] perf ui browsers: "
` [PATCH 64/74] perf tools: Fix usage of __ in event parsing "
` [PATCH 65/74] perf tests: Use ARRAY_SIZE() were applicable
` [PATCH 66/74] perf pmu: Privatize perf_pmu_{format,alias} structs
` [PATCH 67/74] perf tools: Remove some needless die() calls from the main routine
` [PATCH 68/74] perf tools: Reinstate 'signed' field flag for tracepoints
` [PATCH 71/74] perf script: Remove workqueue-stats script
` [PATCH 72/74] perf tools: Allow passing NULL to intlist__find
` [PATCH 73/74] perf tools: Allow passing a list to intlist__new
` [PATCH 74/74] perf test: Allow skipping tests

[PATCH] x86: Don't print extended CMOS year when reading RTC
 2013-01-24 20:16 UTC  (2+ messages)
` [tip:timers/core] x86/time/rtc: Don' t "

[PATCH] sched: fix the broken sched_rr_get_interval()
 2013-01-24 20:15 UTC  (2+ messages)
` [tip:sched/core] sched: Fix "

[PATCH] lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()
 2013-01-24 20:14 UTC  (2+ messages)
` [tip:core/locking] "

How should I proceed to get commit 891348c to 3.0.y?
 2013-01-24 20:14 UTC  (5+ messages)

[PATCH] x86: srat: simplify memory affinity init error handling
 2013-01-24 20:13 UTC  (2+ messages)
` [tip:x86/platform] x86/srat: Simplify "

[PATCH] x86: kernel/apb_timer.c: remove unnecessary "if"
 2013-01-24 20:08 UTC  (2+ messages)
` [tip:x86/platform] x86/apb/timer: Remove "

[PATCH] x86, Allow x2apic without IR on VMware platform
 2013-01-24 20:10 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: "

[PATCH] x86: tools/relocs.c: fix resource leakage
 2013-01-24 20:09 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Fix minor fd leakage in tools/relocs.c

Remove noisy warning from default_send_IPI_mask_logical
 2013-01-24 20:07 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()

[PATCH] ix86: tighten asmlinkage_protect()
 2013-01-24 20:06 UTC  (2+ messages)
` [tip:x86/asm] ix86: Tighten asmlinkage_protect() constraints

[PATCH v2 1/6] cgroup: initialize cgrp->dentry before css_alloc()
 2013-01-24 20:06 UTC  (5+ messages)
` [PATCH v2 2/6] sched: split out css_online/css_offline from tg creation/destruction

[PATCH] arch/x86 cpu hotplug: remove depends on CONFIG_EXPERIMENTAL
 2013-01-24 20:05 UTC  (2+ messages)
` [tip:x86/cpu] x86/cpu/hotplug: Remove CONFIG_EXPERIMENTAL dependency

[PATCH 1/2] lockstat: fix a typo
 2013-01-24 20:03 UTC  (2+ messages)
` [tip:core/locking] locking/stat: Fix "

[PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file command line
 2013-01-24 19:59 UTC  (4+ messages)
` [PATCH 0/4] MODSIGN: Allow to sign modules outside build

circular locking warning during suspend
 2013-01-24 19:58 UTC 

[PATCH V4] IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround
 2013-01-24 20:00 UTC  (2+ messages)

[PATCH v2 0/4] devcg: introduce proper hierarchy support
 2013-01-24 19:50 UTC  (5+ messages)
` [PATCH v2 1/4] device_cgroup: prepare exception list handling functions for two lists
` [PATCH v2 2/4] device_cgroup: keep track of local group settings
` [PATCH v2 3/4] device_cgroup: make may_access() stronger
` [PATCH v2 4/4] device_cgroup: propagate local changes down the hierarchy

[PATCH v2] sched: add a tuning knob to allow changing RR tmeslice
 2013-01-24 19:54 UTC  (3+ messages)

[PATCH] perf tools: Fix build with older versions of bison
 2013-01-24 19:47 UTC  (3+ messages)

[PATCH -tip 3/3] kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/
 2013-01-24 19:46 UTC  (2+ messages)
` [tip:perf/core] kprobes/x86: Move kprobes stuff under arch/x86/ kernel/kprobes/

[PATCH -tip 2/3] kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
 2013-01-24 19:45 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 1/3] ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
 2013-01-24 19:44 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] CONFIG_PANIC_ON_OOPS should be shown if DEBUG_KERNEL
 2013-01-24 19:43 UTC  (4+ messages)
    ` [PATCH] unhide CONFIG_PANIC_ON_OOPS

[PATCH wq/for-3.9] workqueue: move nr_running into worker_pool
 2013-01-24 19:39 UTC 

[PATCH v3 -tip 1/4] tracing: add checks if tr->buffer is NULL in tracing_reset{_online_cpus}
 2013-01-24 19:39 UTC  (2+ messages)
` [tip:perf/core] tracing: Add checks if tr-> buffer "

[PATCH 3/3] tracing: Verify target file before registering a uprobe event
 2013-01-24 19:37 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v4 7/9] trace: use this_cpu_ptr per-cpu helper
 2013-01-24 19:36 UTC  (2+ messages)
` [tip:perf/core] tracing: Use "

[PATCH 1/7] clk: add common of_clk_init() function
 2013-01-24 19:32 UTC  (7+ messages)
` [PATCH 2/7] clk: tegra: Use "

[PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts
 2013-01-24 19:30 UTC  (11+ messages)

[PATCH] iio: adc: add exynos5 adc driver under iio framwork
 2013-01-24 19:30 UTC  (11+ messages)

[PATCH] tools lib traceevent: Handle dynamic array's element size properly
 2013-01-24 19:28 UTC  (4+ messages)

[PATCH v7u1 26/31] x86: Don't enable swiotlb if there is not enough ram for it
 2013-01-24 19:22 UTC  (13+ messages)

[PATCH] MODSIGN: only panic in fips mode if sig_enforce is set
 2013-01-24 19:21 UTC  (5+ messages)
    ` [PATCH] MODSIGN: flag modules that use cryptoapi and only panic if those are unsigned

Doubts about listen backlog and tcp_max_syn_backlog
 2013-01-24 19:21 UTC  (12+ messages)

3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner
 2013-01-24 19:21 UTC  (2+ messages)

[tip:perf/core] perf top: Use perf_evlist__config()
 2013-01-24 19:13 UTC 

[tip:perf/core] perf record: Export the callchain parsing routine and help
 2013-01-24 19:12 UTC 

[tip:perf/core] perf record: Pass perf_record_opts to the callchain cmdline parsing callback
 2013-01-24 19:11 UTC 

[tip:perf/core] perf evsel: Decode read_format and sample_type in perf_evsel__fprintf
 2013-01-24 19:10 UTC 

[tip:perf/core] perf tools: Add install-bin Makefile target
 2013-01-24 19:09 UTC 

[tip:perf/core] perf evsel: Adopt fprintf routine from ' perf evlist'
 2013-01-24 19:08 UTC 

[tip:perf/core] perf evlist: Set the leader in the perf_evlist__config method
 2013-01-24 19:07 UTC 

[tip:perf/core] perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
 2013-01-24 19:06 UTC 

[tip:perf/core] perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
 2013-01-24 19:05 UTC 

[tip:perf/core] perf evsel: Introduce method to request IDs be used
 2013-01-24 19:04 UTC 

[tip:perf/core] perf test: Use perf_evsel__newtp constructor in the tracepoint tests
 2013-01-24 19:03 UTC 

[PATCHSET] workqueue: remove gcwq and make worker_pool the only backend abstraction
 2013-01-24 19:03 UTC  (8+ messages)
` [PATCH 15/17] workqueue: remove global_cwq
  ` [PATCH v2 "

[tip:perf/core] perf test: Fixup error reporting in basic mmap test
 2013-01-24 19:02 UTC 

[tip:perf/core] perf evsel: Update sample_size when setting sample_type bits
 2013-01-24 19:00 UTC 

[tip:perf/core] perf machine: Move more machine methods to machine.c
 2013-01-24 18:59 UTC 

[tip:perf/core] perf buildid-cache: Add option to show build ids that are missing in the cache
 2013-01-24 18:58 UTC 

[PATCH v1 0/6] USB: Add support for multiple PHYs of same type
 2013-01-24 18:58 UTC  (4+ messages)
` [PATCH v1 4/6] drivers: usb: musb: omap: make use of the new PHY lib APIs

[tip:perf/core] perf symbols: Generalize filter in __fprintf_buildid methods
 2013-01-24 18:57 UTC 

[PATCH] perf diff: Removing displacement output option
 2013-01-24 18:56 UTC  (2+ messages)
` [tip:perf/core] perf diff: Remove "

[tip:perf/core] perf buildid-list: We need to check if a file is ELF first
 2013-01-24 18:55 UTC 

[tip:perf/core] perf tools: Fix TUI helpline output
 2013-01-24 18:54 UTC 

[tip:perf/core] perf tools: Don' t check configuration on make tags
 2013-01-24 18:53 UTC 

[PATCH 06/14] perf diff: Change formula methods to work with pair directly
 2013-01-24 18:52 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 05/14] perf diff: Change compute methods to work with pair directly
 2013-01-24 18:51 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 0/4] (Was: ptrace: prevent PTRACE_SETREGS from corrupting stack)
 2013-01-24 18:50 UTC  (9+ messages)
    ` [PATCH 2/4] ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
            ` [PATCH v3 0/3] "
              ` TASK_DEAD && ttwu() again (Was: ensure arch_ptrace/ptrace_request can never race with SIGKILL)

[PATCH 04/14] perf diff: Remove displacement from struct hist_entry_diff
 2013-01-24 18:50 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 01/18] perf evsel: Set leader evsel's ->leader to itself
 2013-01-24 18:48 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 02/18] perf evsel: Convert to _is_group_leader method
 2013-01-24 18:49 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 06/18] perf hists: Link hist entry pairs to leader
 2013-01-24 18:47 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH RESEND] ARM: dts: max77686: Add DTS file for max77686 PMIC
 2013-01-24 18:46 UTC 

[tip:perf/core] perf hists: Fix typo on hist__entry_add_pair
 2013-01-24 18:46 UTC 

[PATCH v3 18/19] perf tools: Ignore ABS symbols when loading data maps
 2013-01-24 18:44 UTC  (2+ messages)
` [tip:perf/core] perf symbols: "

[PATCH 0/4] perf tools: some 'perf script' fixes
 2013-01-24 18:44 UTC  (3+ messages)

[tip:perf/core] perf hists: Fix period symbol_conf.field_sep display
 2013-01-24 18:43 UTC 

[tip:perf/core] perf hists: Introduce perf_hpp__list for period related columns
 2013-01-24 18:42 UTC 

[PATCH] workqueue: un-GPL function delayed_work_timer_fn()
 2013-01-24 18:43 UTC  (2+ messages)

[PATCH] Fix perf mmap limitations on 32-bit
 2013-01-24 18:41 UTC  (2+ messages)
` [tip:perf/core] perf tools: Fix "

[tip:perf/core] perf top: Add missing newline on pr_err call
 2013-01-24 18:40 UTC 

[PATCH v2 1/3] perf session: Free environment information when deleting session
 2013-01-24 18:39 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf tools: Don't check configuration on make clean
 2013-01-24 18:38 UTC  (2+ messages)
` [tip:perf/core] perf tools: Don' t "

[PATCH 2/5] perf ui/helpline: Introduce ui_helpline__vshow()
 2013-01-24 18:37 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/5] perf ui: Always compile error printing code
 2013-01-24 18:36 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] cgroup: fix exit() vsrmdir() race
 2013-01-24 18:36 UTC  (5+ messages)
` [PATCH 2/2] cgroup: remove a NULL check in cgroup_exit()

[PATCH] perf tools: fix dso__fprintf() print statement
 2013-01-24 18:35 UTC  (2+ messages)
` [tip:perf/core] perf symbols: Fix "

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board
 2013-01-24 18:34 UTC 

=?el_GR.UTF8?Q?=CE=F2=EF=F0=E0=E2=E8=F2=FC_=E8=EC=FF=2C_=E0=E4=F0=E5=F1?=, =?el_GR.UTF8?Q?=ED=EE=EC=E5=F0_=F2=E5=EB=E5=F4=EE=ED=E0=2C_=F7=F2=EE=E1?= =?el_GR.UTF8?Q?=FB_=EF=EE=EB=F3=F7=E8=F2=FC_=F1=E5=EC=FC=F1=EE=F2_=EF?= =?el_GR.UTF8?Q?=FF=F2=FC=E4=E5=F1=FF=F2_=F2=FB=F1=FF=F7_=F4=F3=ED=F2=EE?= =?el_GR.UTF8?Q?=E2_Nokia_=E1=E5=F1=EF=EB=E0=F2=ED=EE_=CB=EE=F2=EE-=EB?= =?el_GR.UTF8?Q?=E5=F2=E8=E5_2013?=
 2013-01-24 16:44 UTC 

module: put modules in list much earlier
 2013-01-24 18:31 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: Add MSHC compatible for Exynos4412
 2013-01-24 18:20 UTC  (2+ messages)
` [PATCH v2] "

Linux 3.7.4
 2013-01-24 18:17 UTC  (4+ messages)

[RFC PATCH 0/5] Add support for S3 non-stop TSC support
 2013-01-24 18:15 UTC  (6+ messages)

[PATCH] staging:ozwpan: Change email address
 2013-01-24 18:14 UTC 

[PATCH Resend 0/3] sched: fix nr_busy_cpus
 2013-01-24 17:55 UTC  (4+ messages)
` [PATCH Resend 1/3] sched: fix nr_busy_cpus with coupled cpuidle

[ 3.5.y.z extended stable ] Linux 3.5.7.4 stable review
 2013-01-24 17:52 UTC  (4+ messages)
` [PATCH 59/74] drm/nv17-50: restore fence buffer on resume

[PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts
 2013-01-24 17:42 UTC  (8+ messages)
      ` [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
        ` [PATCH 2/2] x86: Make Linux guest support optional

[PATCH] x86, reboot: skip reboot_fixups in early boot phase
 2013-01-24 17:45 UTC  (2+ messages)


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).